Sublime common plugins

Every time I restart the system or reinstall Sublime, I always want to install which plug-ins. There are always some plug-ins that I can’t remember to install. I only install them temporarily when I need them. I will list them today. plugin used

 

1. Emmet

    This is not much to say, let you write code to fly

 

2. AutoFileName

    This is very useful when writing the src attribute of the script tag and the like. It will prompt the file name in the directory in real time, which can be directly selected to avoid input errors.

 

3. DocBlockr

    This is a plugin for generating documentation comments, normative things

 

4. Go to Definition

    This is to jump to the definition position of the method variable, and search by name. If there are multiple files with the same method, it will provide a choice. It cannot be precisely positioned like eclipse or intellij idea, but it is quite good.

 

5. JavaScript Snippets

    Provide a variety of practical snippets for writing javascript files, let your coding fly

 

6. Vue Syntex Highlight

    Syntax highlighting for vue.js component files

 

7. JSON Reindent

    Sometimes the json string copied from other places is very messy, and the indentation is also very irregular. It looks very headache. With this plugin, you don't have to worry about it, and don't go to other places to format it and then copy it.

 

8. MarkdownEditing

    Provides markdown syntax highlighting

 

9. Markdown Preview

    Preview function ctrl+shift+p input preview will prompt

    Of course you can also use a dedicated markdown editor. Such as: Markdown Pad

 

 

I have forgotten which useful plug-ins have been installed before. These are the only ones installed at present. Record them first and continue to add them later.

 

More other useful and interesting plugins can be found   at https://packagecontrol.io/#discover

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326774042&siteId=291194637
Recommended