10 Sublime plug-ins required by front-end developers (1)
However, finding a good plug-in may become a challenge. Some plug-ins have been abandoned by their developers, others may be incompatible with the latest version of Sublime Text 3 (when writing this article ).
If you are a front-end developer, we have carefully selected some extensions for you in this article and summarized them for your use. 10 in total
The Sublime Text package that the front-end developer should try.
1. AlignTab
AlignTab is a plug-in for adjusting your code. It has a "Preview mode", you can see how alignment is applied before it is actually applied (given regular expression symbols ). It also has the "Table mode", which allows you to set an appropriate alignment for the Markdown Table set through the pipeline character: |. AlignTab is a convenient extension. It organizes code AlignTab to make it easier to read.
2. ColorHighlighter
ColorHighlighter is a plug-in that displays the Visual Color of the selected color code. If you select "# fff", it will show you white. ColorHighlighter supports all CSS color formats, such as Hex, RGB, HSL, and HSV. It also includes color keywords, such as "red" and "green. It also displays the LESS, Sass, and Stylus variables that contain color values. It is a plugin that helps you process colors more intuitively.
3. MultiEditUtils
The MultiEditUtils plug-in enhances SublimeText's built-in "multi-cursor" and "multi-selection" functions, saving us time when editing lengthy code lines. For example, you can merge or exchange the selected rows. It also enhances the "split selection" of SublimeText, allowing you to specify symbols to separate the selected rows. I think this is a plug-in that must be installed by professional coders.
4. Git Gutter
If you are using Git, Git Gutter is a recommended Sublime Text plug-in. GitGutter will display a tag in the gutter area to mark any edits, additions, or deletions you make in the code. This is a useful feature. You can instantly see your code version and your Commit, branch, or Head repository comparison.
5. Modific
Modific is useful when you use Git or SVN. Just like GitGutter, Modific will mark changes to your code. In addition to highlighting changes, you can also press Ctrl + Alt + D to view or compare the differences between the current code and the recently submitted code. You can also use Modific to do other things, including previewing the submitted code of the current row and restoring the code modification.