

- SET UP JAVASCRIPT FOR SUBLIME TEXT 3 WINDOWS 10 HOW TO
- SET UP JAVASCRIPT FOR SUBLIME TEXT 3 WINDOWS 10 SERIES
The way it can use multiple cursors simultaneously Ctrl + D (Multiple Selection) One of the most powerful features of Sublime Text is its ability to easily select and manipulate text, especially Ctrl + K then Ctrl + C - Scrolls to move cursor to center of the screen.Goes to the end of the innermost set of brackets if not currently on a bracket. Ctrl + E - Search for current selection.Ctrl + Shift + F - Search in other files (gives a listing of all findings in a new file, you can use f4 to iterate over the results within their files).Sublime Text has a fairly standard set of search commands, with a few special twists Ctrl + Shift + F2 - Clear all bookmarks.Alt + F2 - puts a cursor at each bookmark location.Ctrl + F2 - Toggles a bookmark from the current location.There are several shortcuts associated with them. Bookmarks are set to a specific location in the file. Sublime Texts bookmarks make it easy to move to predetermined locations in the file. If anybody knows the difference, please enlighten me in the comments. I have seen no difference between the behavior of these two Next file in stack and previous file in stack. There are also Ctrl+tab and Ctrl+shift+tab, which are listed as These let you switch between your open files. Ctrl + PgUp, Ctrl + PgDown (Switch Files) Is the easiest way to control plugins, and also holds shortcuts for several of the lesser usedĬommands like setting syntax and controlling bookmarks. Sublime’s Command Palette probably deserves its own article.

ctrl + alt + P lets you switch projects within This gives you the ability to instant switch between work-items without losing momentum You to instantly open all windows that you had left open the last time you used the project. Sublime Projects are a powerful way to organize your work.

You can also use these subcommands by themselves (Ctrl+ subcommand) to navigate within the current file.Īfter you’ve found the location you want, you can hit enter and begin editing immediately. The first occurence of “extend” in Chartbuilder.js. # - this lets you search for a string in the file so chb#extend will take you to.So chb:100 will take you to line 100 of chartbuilder.js : - this lets you go to a line by number.This canĪlso be fuzzy-matched, so might take you immediately to the setBackground - this lets you specify a function within the file that you want to go to.The real power of Go To Anything though comes when you combine it with subcommands. So you could start typing “mpag” and the editor would instantly load up mainPage.html into your editor pane, while showing a list of possible hits in your command palette, with a score next to them showing the confidence level of the match. This allows forįuzzy search with Google Instant style results from among all open files and files in your current project. In general they are the same for linux, and similar for OSX, with command replacing ctrl, and alt replacing shift in some cases. Note: I will be using windows based commands for these examples. More you use these shortcuts, the more you want to use Sublime Text. It takes a little while to get up to speed with its way of doing things, but the Sublime Text gives you a ton of power without ever touching When you’ve gotten comfortable with a quality text editor, it should really be unnecessary to Update: Get a printable cheat sheet here) Sublime Text For Javascript: Configuration.Sublime Text For Javascript: Keyboard Shortcuts.Should be applicable to any developer who uses Sublime Text as part of their workflow.
SET UP JAVASCRIPT FOR SUBLIME TEXT 3 WINDOWS 10 SERIES
The series will be focused on Javascript development, as that is how I use Sublime Text, but it
SET UP JAVASCRIPT FOR SUBLIME TEXT 3 WINDOWS 10 HOW TO
I’m starting a new series of posts on Sublime Text, and how to get the most out of the editor.
