sublimetext3

Essential Packages

What’s in my ST (Sublime Text)

  1. Package Control - Download/Install this plugin to install and manage all your other plugins in sublime.
  2. Git - Keeps track of your git versioning system. Also enables you to execute some git commands from ST itself.
  3. GitGutter - With GitGutter, you can see which lines have been added, deleted or modified in the gutter.
  4. Emmet - Emmet is a useful plugin that saves time by making you write less, thus increasing your productivity.
  5. AllAutocomplete - Sublime Text’s default autocomplete considers words that are present in the current file only. The AllAutocomplete plug-in, however, searches all open files to find matches while suggesting words.
  6. Alignment - A very simple and easy to use plugin. It helps tons when you revisit the code later down the road. Highlight the lines you want to align and press ctrl + alt + a .
  7. BracketHighlighter - This plugin provides bracket highlighting for all sorts of brackets in gutter.
  8. Material-Theme - This theme brings the Material Design visual language to your Sublime Text 3.
  9. SublimeLinter - With this your code can be linted as you type (before saving your changes) and any errors are highlighted immediately.

Happy Coding :)

For Terminal Prowess & Power Users

  • Sublime Terminal. Terminal allows use to open your favourite terminal right at the current file or project location you are currently working on in Sublime Text, with handy keyboard shortcuts. It is available through Package Control.

  • SideBar Enhancements. This plugin adds additional functionality to the Sublime Text SideBar like options for Cut, Copy and Paste files and folders, move them to Trash or Delete them entirely.

  • FileManager An alternative to SideBarEnhancements. Only provides features that you use everyday, and those feature are optimized at 100% (auto completion, nested creation, file browser, etc)

ReadmePlease

Open whichever package’s README. Compatible with both ST2 and ST3


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow