

Markdown Preview - preview markdown in browser with LiveReload, automatically done upon saving.LiveReload - automatically reloads saved html files.PlainTasks - manage todo items from sublime.DocBlockr - automatically add code documentation.Sublime Linter - checks errors in code upon save.Emmet - short commands expands to large code sections.Shift + command + - moves text up and down no copying and pasting Recommended plugins jquery and look for snippet packages Commenting
#Sublime text tutorial install#
Shift + command + p and type package install and then type language i.e. Will be saved in user folder in Sublime Text packages Look for snippets from pre-built packages The $ means the second place the cursor will go after the user hits tab with the default value of 'snippet'. If user starts typing 'hello' and then hits tab, then the content message is substituted. The above xml snippet works on a tab trigger. Shift + command + p and then type snippetsĬreate your own snippets - Tools -> Create Snippets. `control + `` Snippets - code snippets (templates) different snippets appear based on file type

Shift + command + p and then install Console Shift + command + p and then package control Install new package bashrc to open packages directoryĪlias p="~/Library/Application\ Support/Sublime\ Text\ 2/Packages/" Installing plugins without package controlĬlone repo into ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/ Package control $ ls ~/Library/Application \ Support/Sublime \ Text \ 2/Packages/Ĭould make an alias in.
