Home  >  Article  >  Web Front-end  >  What development tools are used for bootstrap?

What development tools are used for bootstrap?

(*-*)浩
(*-*)浩Original
2019-07-18 15:23:234387browse

WebStorm is a JavaScript development tool owned by jetbrains. It has been praised by the majority of Chinese JS developers as "Web front-end development artifact", "the most powerful HTML5 editor", "the most intelligent JavaScript IDE", etc. It has the same origin as IntelliJ IDEA and inherits the functions of the powerful JS part of IntelliJ IDEA.

What development tools are used for bootstrap?

Advantage functions(Recommended learning: Bootstrap video tutorial)

Intelligent Code completion

Supports prompts for different browsers, and also includes all user-defined functions (in the project)

Code completion includes all popular libraries, such as: JQuery, YUI, Dojo, Prototype, Mootools and Bindows.

Code formatting

Not only can the code be formatted, but all rules can be defined by yourself

html tips

We often write html code in js code, which is generally very painful, but with smart prompts, it is much better. And there can also be js prompts in the html.

associative query

You only need to hold down the Ctrl key and click on a function or variable, etc., to jump directly to the definition; you can all

Code Navigation and Usage Query

Project search function or variable, you can also find and highlight it.

Code Refactoring

This operation is somewhat similar to Resharper. Users familiar with Resharper should get started quickly. It supports renaming, extracting variables/functions, and inlining variables. /functions, move/copy, safe delete, and more.

Code inspection and quick repair

You can quickly find errors in the code or areas that need optimization, and provide modification suggestions for quick repair.

Code debugging

Supports code debugging, the interface is similar to IDEA, very convenient.

Code structure browsing

Can quickly browse and locate

Code folding

Although the function is small, But it is more convenient and efficient

Wrap or remove peripheral code

Automatically prompt to wrap or remove peripheral code, do it with one click

More Bootstrap related technologies Article, please visit the

Bootstrap Tutorial column to learn!

The above is the detailed content of What development tools are used for bootstrap?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn