
#Sublime text sftp config full
PHP CompanionĪdds useful functionality when working with PHP files.įor example, automatic use statements, auto implement, full class expansion and more. Nice colored appbar for the material theme. I'm using it right now to preview this file :)įor instance, super + shift + p and type mpb to preview in the browser.

Syntax highlighting and some snippets for Laravel's Blade templating engine. Obviously requires a git repository to work. GitGutterĪdds a gutter to the editor which provides information about added/modified/removed lines. Super + shift + p and type gad to add the current file. You can optionally create keybindings to control the plugin but I find that using the command palette works well enough. There's so much more Emmet can do you should check out the documentation to learn about all of the features. For instance, I remapped the expand abbreviation keybinding to ctrl + x as follows (put this in your keybindings settings): Then remap the keys you need to your own keybindings. This is done by putting the following in your Emmet.sublime-settings file: It is advised to disable all of the keybindings because some of them clash with default keybindings like super + d/ctrl + d (Expand selection to word) and ctrl + e (Move to EOL). Press super + followed by the character you want to jump to then press the corresponding character to jump there. Sublime Text version of Vim's EasyMotion. Generate docblocks for various languages.

Color PickerĪllows you to pick a color ( super + shift + c) and insert the corresponding hex code. #fff or rgba(0, 0, 0, 1)) with its actual color.
#Sublime text sftp config code
Nifty little plug-in that remembers code foldings and cursor positions. Has come a long way since its first release. BracketHighlighterīetter bracket highlighting. Super + shift + alt +n: same as above but also creates an _init_.py file in new directories. Super + alt +n: create a new file at the specified path. These are the packages I consider to be essential for my development work. Package ControlĪll packages should be installed via Package Control.Ĭheck out the instructions on this page.
