Common plug-in programming tools

Visual Studio Code

       The editor also incorporates all the features of a modern editor should have, including syntax highlighting (syntax high lighting), customizable keybind (customizable keyboard bindings), matching bracket (bracket matching) and code fragments collection (snippets). Somasegar also told the author that this editor also has support for Git out of the box ready to use the.

 

      Write the editor supports multiple languages ​​and file formats, as of September 2019, has supported the following 37 languages ​​or file: F #, HandleBars, Markdown, Python, Jade, PHP, Haxe, Ruby, Sass, Rust, PowerShell , Groovy, R, Makefile, HTML, JSON, TypeScript, Batch, Visual Basic, Swift, Less, SQL, XML, Lua, Go, C ++, Ini, Razor, Clojure, C #, Objective-C, CSS, JavaScript, Perl, Coffee Script, Java, Dockerfile.

 

Common plug presentations:

1.code runner

You can run the code directly in the editor, view the results, very convenient, one-button operation.

 

 

 

2.PHP Intelephense

PHP code hints tool, prompt payment code, find the definition, category search functions, is very powerful.

 

 

 

3.php debug

php associated XDEBUG debugging tools, installation method Baidu, then you can debug PHP code in vscode in, easy to use, not complicated.

 

 

 

4.PHP DocBlocker

php annotation plug-in, the input // (two slashes) In the above method according to the transport, to enter a comment block, very convenient, very efficient.

 

 5.Auto Import

Automatically go to find, analyze, and provide code completion. For TypeScript and TSX, may apply.

 

 6.Prettier

You must not be less this plug-in, which you need a key to beautify your JavaScript / TypeScript / CSS code.

7.Bracket Pair Colorizer

If your code has a lot of callbacks, then this can help you highlight better distinguish between different code blocks.

8.Code Runner

The multilingual code execution immediately. Supported languages: C, C ++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT / CMD, BASH / SH, F # Script, F # (.NET Core), C # Script, C # (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, AutoHotkey , AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D.

 

 sublime

Press Ctrl + Shift + P to bring up the command panel
input install recall Install Package option and press Enter, and then you want to install the plug-in list.
The method of introduction is over, the next into the topic today, some useful Sublime Text 3 plug-ins:

Note: Keep the network flow when installing plug-ins, plug-ins due to network reasons to avoid the collapse of Ben

1. Emmet (formerly Zen Coding)
A rapid method for the preparation of html / css of

Note: Emmet installed, will automatically install its dependence PyV8 binary library, the library will be used to install PyV8 a long time, you can see the status of the installation process in the lower left corner Sublime

2. html5
support hmtl5 standard plug-in package

Note: Emmet plug used in conjunction with, the better

Usage: New Document html> input html5> Tab key tap> auto-complete specification document html5

3. jQuery
support JQuery plugin package specification

4. javascript-API-Completions
support Javascript, JQuery, Twitter Bootstrap framework, HTML5 tag attributes prompted the plug-in, a small number of support sublime text suffix 3 Tips plugin, HTML5 tag comes with 3 tips sublime text, but still very prompt JQuery use can also be set to prompt language.

Installation (Please read the details link): http: //www.ithao123.cn/content-10545789.html

JSFormat 5. The
the JS code formatting plug.

Usage: Use the shortcut keys ctrl + alt + f

6. SublimeLinter
a plug-lint supports syntax highlighting linter may be incorrect line of code, and also supports highlighting some special notes, such as "TODO", so you can be quickly positioned. (IntelliJ IDEA functionality of TODO pretty cool, although not this plugin, but it is good enough)

##### 7. BracketHighlighter

Similar to the code matching, can match the range in parentheses, quotes and other symbols.

Usage: the system defaults to white highlight, the method can use the link for custom configuration

http://www.360doc.com/content/14/1111/15/15077656_424301780.shtml

8. Alignment
Code alignment, such as writing several variables, select these lines, Ctrl + Alt + A, wow, Qi.

9. Ctags
function jump, Alt + click on the function name is on my computer, it will jump to the corresponding function

10. Doc Blockr
annotation plug, beautiful generated comment. Standard annotation, including the function name, parameters, return values, and display multiple lines, eliminating the need to manually write.

Usage See: http: //www.cnblogs.com/huangtailang/p/4499988.html

11. SideBarEnhancements
sidebar Right enhancements, very practical
use (refer to link content): http://www.w3cfuns.com/notes/13810/d9b9ed2fb80785dae88a5344ef0f30d4.html

 

Guess you like

Origin www.cnblogs.com/FD-1909/p/11525392.html