

Copy Current LineĬlick on the line which you want to copy and then press CMD-SHIFT-D. Now you have a duplicate line, identical in every way, and the cursor jumps with it. To search for a function in the current file press CMD-R then enter a search term to filter down to the function you want to find. These are a few other shortcuts I couldn’t live without. Then press CMD-SHIFT-J and all the child elements will be selected.

Select All ChildrenĬlick within an element with some child elements. Here we’ve selected a whole line, and now we can select subsequent whole lines, step by step, with CMD-L. All at Once:Īgain, make a selection, but now to find all instances in one go hit CMD-CTRL-G. Make a selection and find, one by one, other instances by hitting CMD-D. Often you won’t have the selection you wanted. Use the following shortcuts and you won’t be disappointed! Find All Instances Matching Your Selection One by one: For example, start at the beginning of a word, then hold the mouse button and drag it to the end of the word or line. I’m not a fan of selecting with the mouse – it’s too complicated and slow.

What’s your typical process if you work on a project? Maybe something like: I know plenty of developers who don’t use this awesome feature.
ARE SUBLIME 3 SHORTCUTS WORTH LEARNING HOW TO
Learn how to use basic shortcuts, work with projects or handle tabs often without even clicking your mouse. Let’s take a look at the most important which I think will boost your workflow to a new level. Many packages in Sublime Editor include their own build systems.Sublime Text 3 has a lot of features and shortcuts for the modern coder to play with. Note that build systems and the complete files associated with batch processing must be located under the Packages folder ( Packages/user). You can see the list of build results created for the specific project in Sublime Text editor using the option Tools → Build Results → Show Build Results. Once the build for Python is completed, you can observe the following output on the editor − Sublime text includes two build modes for python files. Recall that throughout this tutorial, we are focusing on Python files.
ARE SUBLIME 3 SHORTCUTS WORTH LEARNING WINDOWS
To initiate the build process, you can select the option Tools → Build or the shortcut Ctrl+B on Windows and Cmd+B for OSX system. They are JSON files and have the extension. The following points are worth notable while working with Build systems − Build systems helps user to run files through external programs such as make, tidy and interpreters. Batch processing in Sublime Text also refers to Build systems.
