- #SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE HOW TO#
- #SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE MAC OS#
- #SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE SOFTWARE#
- #SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE CODE#
Moreover, it comes with a complete suite of functionalities, including a workspace builder, a language compiler and methods for editing multiple areas at once. They can also leverage the Vim-style editor and enjoy various TextMate bundles.
Here’s the summary of shortcut keys if you prefer to print it out this section as a cheat sheet.From commands to menus, users can assign their own key maps to almost anything. Mark down: For when you would like to preview your markdown files as you are writing them.This will run each time you save a file in Sublime Text. editorconfig: Another gem that will take care if configured correctly to delete any trailing lines, inserting final new line to any given file, picking tabs or spaces when editing and more.
#SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE CODE#
This allows you to do static code analysis on most languages.
#SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE MAC OS#
Hit Ctrl + G or ^ + G on Mac OS to goto any given line number. Goto line numberĮrror reporters or loggers always direct you to a specific line number in any given file. Hit Ctrl + Shift + D (Duplicate line) then Ctrl + X (Cut) and Ctrl + V (Paste) or ⌘ + ⇧ + D (Duplicate Line) then ⌘ + X (Cut) and ⌘ + V (Paste).
#SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE SOFTWARE#
Though being DRY is a very good software practice, you may have had to copy and paste a line of code/text numerous times when working on a project.įor this, the combination of the following keys will make your life easier. I toggle my Sublime Text sidebar by hitting the following keys in succession Ctrl + K and Ctrl + B or ⌘ + K and ⌘ + B on Mac OS. For times like these, I need more screen space for code. I personally like having a distraction free screen and seldom resort to using more than one screen. Some people prefer working with more than one monitor. Just hit Ctrl + P or ⌘ + P to open any file in your workspace.
While you could search for a filename through your operating system easily, Sublime Text allows you to goto any filename fairly quickly. And if you are anything like me, you’d end up carrying a cheat sheet to look up each time.įor Sublime Text, all you have to do is hit Ctrl + R or ⌘ + R on Mac OS to navigate to any function/class/symbol in the file you are currently editing.
#SUBLIME TEXT EDIT MULTIPLE LINES AT ONCE HOW TO#
This can cause a lot of confusion on how to navigate a file. IDEs have a shortcut key to goto a class name, a different one to goto a function name and another one for symbols. Once you have imported your project into Sublime Text workspace, using the following 7 shortcuts will help you get close to being a Sublime Text power user. This blog is also written using Sublime Text. I began with writing code in Notepad++ long long time ago, then tried IDEs as well but nothing came as close to working smoothly as Sublime Text. Through my career as a software developer, I have appreciated one text editor the most, Sublime Text.