Tortoisesvn:win cut with TortoiseSVN software, need to install TortoiseSVN.exe
Brackethighlighter: This plugin provides pairing tags, or pair highlighting of curly braces or character quotes, to enhance system highlighting
Sublimetmpl: File template. After installation, files---> New file (Sublimetmpl)
Ctags
1 need to download Ctags.exe, https://sourceforge.net/projects/ctags/
2 Add the Ctags.exe path to the ctags configuration file; such as: "Command": "C:\\ctags58\\ctags.exe",
Sublimecodeintel syntax hints for external code
Sublimelint: syntax error Reporting,
GBK Encoding Support/converttoutf8: provides GBK support
More Layouts/split Layouts: Extending the system layout
Sidebarenhancements
Anaconda an Ultimate Python plugin. It adds a number of IDE-like features to ST3, such as: http://python.jobbole.com/81312/
Autocompletion Auto-complete, this option is on by default and offers several configuration options.
Code linting enables the Pylint or pyflakes to support the PEP8 standard.
If you use a different linting tool, disable it completely.
The operation is as follows: Sublime > Preferences > Package Settings > Anaconda > Settings–user: {"anaconda_linting": false}
McCabe Code Complexity Checker allows you to use McCabe complexity Checker in specific files.
Goto definitions can find and display the definition of any variable, function, or class in your entire project.
Find usage can quickly find a variable, where a function or class is used in a particular file.
Show Documentation: the ability to display a descriptive string of a function or class (of course, in the case where a string is defined
Sublime Text Plugin