Home > Article > Web Front-end > What development tools are used for bootstrap?
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.
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 yourselfhtml 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 allCode 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 locateCode folding
Although the function is small, But it is more convenient and efficientWrap or remove peripheral code
Automatically prompt to wrap or remove peripheral code, do it with one clickMore Bootstrap related technologies Article, please visit theBootstrap 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!