iorewtee.blogg.se

Sublime text 3 hotkeys
Sublime text 3 hotkeys






  1. Sublime text 3 hotkeys install#
  2. Sublime text 3 hotkeys code#

The docBlock automatically gets all parameters and return values listed, and you can just press TAB to cycle through the gaps and fill in the descriptions.

sublime text 3 hotkeys

Their page on the Package Control website explains this much better than I can but basically they can add comments known as 'docBlocks' above your functions/methods when you use their keyboard shortcut. It works in a completely different way but might be just as useful. If you are interested in this package, you might also want to take a look at GhostText.

sublime text 3 hotkeys

It can also bring your browser into focus. It adds a keyboard shortcut (Ctrl+Shift+R) which refreshes your web browser. Browser Refresh Browser Refresh is another package which does what it says on the tin. It highlights the start/end of pairs of brackets and tags, to stop you getting lost in your code.ġ0. BracketHighlighter BracketHighlighter doesn't need much explaining. Clickable URLs Clickable URLs will highlight any URLs you type, and open your web browser to them when you use the shortcut Ctrl+Alt+Enter. It gets triggered when you start entering a relative file path, or when entering properties like 'src' in HTML.Ĩ. AutoFileName adds auto-completion for your directory and file names. This one is a life saver, especially for web developers working on larger codebases. txt files.īut if you are working heavily in a specific language, you might want to see if your language has a SublimeLinter package instead (which it probably does, look here). I find this really useful on non-code files, like boring markdown and. When you start typing a new word it will suggest any of the words you've used before which match. It works by remembering all words previously used in a file.

Sublime text 3 hotkeys code#

Some functionality like 'Go to Definition' does only work for the supported languages (of which there are a few big ones), but it also gives code completion on all files. I didn't want to mention language specific packages in this post, but CodeComplice isn't entirely a language specific package. You can open your markdown files into a split screen view with the markdown code on the left and the rendered file on the right.Īnd did I mention it is 'live'? That means it will automatically re-render while you are typing! But it is amazing considering it works within Sublime. For example, it sometimes struggles getting image sizes right, and the font sizes don't match GitHub's markdown renderer very well. MarkdownLivePreview isn't the best Markdown renderer in existence. It automatically inserts the hex code for you.ĭo you often work with Git repositories and need to read markdown files or write your own? With ColorPicker when you need to find the hex code for the right shade of blue, just press Ctrl+Shift+C and you can select the colour you want. Stop playing the game of trying to guess the right hex code! It's also really helpful in fixing merge conflicts. Sublimerge is similar but allow you to open a split screen window comparing your code with another branch/commit, highlighting differences. It also shows git differences next to the line numbers when comparing with another branch/commit. GitGutter adds coloured dots to the sidebar telling you where files have been changed/staged since the last commit. If you use Git a lot then installing these packages is a must. My favourite: You can perform an Advanced Find which will search through all the files in a folder and list all occurrences with links to them.Here are just some of the options it adds:

sublime text 3 hotkeys

It enhances the sidebar!Īfter installing this package right clicking on a file/folder in the sidebar will give you a lot more options. SideBarEnhancements does exactly what you expect. I find myself regularly leaving other IDEs and opening Sublime Text just to use some of the features in this package. You can open the terminals using the Command Palette or with Keyboard Shortcuts. Terminus lets you open terminals (like Command Prompt or Git Bash) within Sublime Text itself. These are all packages which will enhance your productivity across all languages, so no themes or language-specific packages will be listed here.ĭo you often find yourself switching between Sublime Text and your terminal?

Sublime text 3 hotkeys install#

Sublime Text 3 is pretty good out-of-the-box but reaches a whole new level when you install some of the great packages on offer.īelow I'll list my favourite packages for Sublime Text.








Sublime text 3 hotkeys