Top "Sublimetext" questions

Sublime Text is a text and source code editor for Linux, OS X and Windows.

What's The Best Way To Write Multi-Line Code Snippets In VS-Code?

In Sublime Text, multi-line code snippets can be defined with white-spaces in a snippet file. But as far as I …

visual-studio-code editor sublimetext code-snippets vscode-snippets
How to disable/override the enter key for autocomplete?

In Sublime Text 3, I want to disable the enter key to select an item from the autocomplete drop down, and …

autocomplete sublimetext3 keyboard-shortcuts sublimetext
How to Add tab space to multilple line at the same time in any text editor

If you select a text you can add multiple tab spaces to the all lines simultaneously.

sublimetext text-editor geany keyboard-shortcuts
Tell Sublime Text to ignore everything in .gitignore?

Vim has this great plugin to convert the current project's .gitignore into a syntax understandable by Vim and from there …

sublimetext gitignore sublimetext3
Sublime text find in selection

When I select multiple lines of text in text editor Sublime Text 3, and try to find (Ctrl+F) an existing …

sublimetext sublimetext3
Collapse all expanded sidebar folders in Sublime Text 2

Is there a menu option or keyboard shortcut to collapse all expanded folders in the sidebar? It gets messy over …

sublimetext2 sublimetext
Built-in magic variable names/attributes

Background: For those not familiar with it, Sublime Text (and TextMate) provides syntax highlighting and other features through scopes which …

python syntax sublimetext built-in magic-methods
FTPS connection with SFTP/FTP Sublime Text plugin

Can I use Sublime SFTP plugin (from here) to make an FTPS connection type? I was previously working with Notepad++ …

sublimetext ftp-client ftps
Hotkey to end the line with a semicolon and jump to a new line in Sublime Text 2

I'm trying to figure out a hotkey at work. I just got this job and I am using a Mac …

sublimetext2 hotkeys sublimetext
Sublime Text 3 Deleting Code when I hit Tab Key

When I highlight a block of code in Sublime Text 3 and press the Tab key, it doesn't indent the whole …

ide indentation sublimetext sublimetext3