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

Sublime Text from Command Line

Windows Command Prompt For Windows cmd.exe you could just add the sublime text installation directory to your PATH environment variable, this would allow you to type: Personally, I add a doskey (in a .bat file set to autorun with cmd) so I can type subl file.rb: Cygwin For the default bash shell add an alias to your ~/.bashrc file, e.g:

Autoindent on Sublime Text

That’s quite simple in Sublime. Just Ctrl+Shift+P (or Command+Shift+P on MacOS) to open the tools pallet, type reindent, and pick Indentation: Reindent Lines. It should reindent all the file you are in, just remember to save before running the command, or it may not appear.

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