How to autocomplete HTML tags in Sublime Text 3?

Yeah you can try Auto Close. This will fullfill your requirement. If you don’t know how to install package. You can follow following steps. First open package manager ctrl+shift+p Search and select Add Repository. Then paste the github link. After that again open package manager. Search and select Install Package. Search and select Auto Close Then your … Read more

Selecting multiple lines in Atom

If I understand your question correctly, you want to select multiple lines and create a cursor at the end of each line. There are a couple ways you can achieve this: Using Split Into Lines Highlight multiple lines however you like. Use the Selection|Split Into Lines command (Cmd+Shift+L on OS X or press Cmd/Ctrl+Shift+P and type Split Into Lines) to split … Read more

Unregistered Sublime Text

Sublime Text is fully functional in it’s unregistered evaluation mode with the exception that: It reminds you every few saves to purchase it if you’re going to use it for an extended purpose (i.e. it’s not free to use forever, despite what many web pages and users claim) You cannot turn off update checks at … Read more

Showing the same file in both columns of a Sublime Text window

EDIT With the release of Sublime Text 4, there is now a feature called Split View that you can access a couple different ways. Via the menu system, you can simply use File -> Split View. You can also right-click on a tab and select Split View from the context menu. It automatically opens a new pane with … Read more

What is the default font of Sublime Text?

On Linux it’s Monospace 10 pt. (the exact monospace font used may vary on different Linux distributions or versions), on Windows it’s Consolas 10 pt., and on OS X it’s Menlo Regular 12 pt. (The color scheme is Neon, the syntax highlighting is from PackageDev, and the font is Liberation Mono This information is found in the Packages/Default directory (where Packages is the directory opened by the Preferences → … Read more