The editor provides you with some tips and tricks for the Sublime editor. Let's take a look at the powerful functions behind this concise code editor. A good editor is a powerful tool for developers.
1. How to create a project or project in sublime.First, you can drag one or more projects to the left-side FOLDERS folder management interface. Second, you can open the project->Add a folder to a project.
2,Ctrl + PShortcut keys can be used to quickly find and switch to the corresponding file.
3. sublime practical configuration.Open: Preference> set-user, then you can set the font size "font_size": 14 in it; disable detection and update "update_check": false, automatic line feed "word_wrap": true, and so on.
4. sublime quick search.Press and hold"Ctrl + F"Shortcut key, enter the word you want to find under the search box, location is very fast.
5. Locate the sublime thumbnail.Click the thumbnail area on the right to quickly locate your code block.
6. sublime quick comments. Use"Ctrl +/", Or use"Ctrl + Shft +/". Comment and perform the same operation"Ctrl +/.