dwjngp.over-blog.com/
18 Février 2021
Sublime Text 3 is my favorite text editor and has been for years. One of the best features is its extensibility. There are thousands of packages available. To install them, checkout packagecontrol.io. Here are my favorite Sublime Text 3 plugins.
Best Sublime Text Packages. We need plugins to fully customize Sublime Text rather than config customizations and tweaks. I am currently using Sublime Text version three but going to give alternatives for version two, too. There are two different ways to install packages to Sublime Text. A plugin should declare that it implements one or several extensions or extension points in the plugin.xml file. To get the list of the available extensions and extension points, explore the.Extention/.ExtentionPoints files in this directory of the Community Edition sources.
If you write JavaScript as much as I do, it's handy to quickly and easily format your code. This plugin adds a new shortcut, Ctrl+Alt+F to format your code.
This theme makes ST3 feel at home in Os X Yosemite.
Install packages from the Command Palette.
Helps quick (and correctly) format your HTML and XML documents.
This little nugget of a package adds on simple, but frequently useful keyboard shortcut: Cmd+' for 'Expand Selection To Quoted'
It doesn't always work well, but when it does, it is one of the better auto-complete engines for Python and NodeJS.

No Sublime Text installation is complete without these enhancements. Frankly, these should come default in Sublime. Fortunately, @titeando was nice enought to build it for us.
And finally, SassBeautify. If this package only formatted SASS it wouldn't be in the my list. But this adds a crucial feature. SassBeautify can convert easily between CSS, SCSS, and SASS from the Command Palette. This has come in especially handy when taking someone elses clunky CSS and attempting to slim it down to SASS.
Of course, there are many more packages available, including my favorite color schemes and some useful language-highlighting packages. Charlie day stand up tour. But these above are the packages I could not code as effectively without. ■
