Top "Sublimetext3" questions

DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF.

How to (easily) get current file path in Sublime Text 3

How to (easily) get current file path in Sublime Text 3 I don't often use ST console (I used it only …

sublimetext sublimetext3
How to change style of matched brackets in Sublime Text 2 / 3?

It's just underlining the matched brackets, Is it possible to make it more useful like changing brackets colour or highlighting …

sublimetext2 sublimetext sublimetext3
Unable to Edit Sublime Text's Default Settings

I would like to edit my default settings in Sublime Text 3 (beta build 3059) to not ignore the Vintage package - …

configuration sublimetext3
Sublime Text CoffeeScript build system: `env: node: No such file or directory`

I'm trying to set up a CoffeeScript build system in Sublime Text 3, but I keep getting the following error: env: …

coffeescript build-automation sublimetext sublimetext3
Atom text editor remove trailing whitespace on save

I use Sublime text. Now I am trying Atom. When I save any file in sublime text it does not …

save whitespace sublimetext3 removing-whitespace atom-editor
How can I put cursor on every line in Sublime Text?

I want to be able to edit every line of my data simultaneously, for instance put quotations in front of …

sublimetext2 sublimetext3 sublimetext
Hide files with certain extension in Sublime Text Editor?

is it possible to hide all the files with certain extension from the sidebar (lateral nav bar) in Sublime Text …

sublimetext sublimetext3
Removing projects in Sublime Text 2 and 3

How do you remove a project from Sublime Text 2 and 3's project windows (Ctrl+Alt+P) ? Delete has no effect, …

sublimetext2 sublimetext3
Can't send input to running program in Sublime Text

I'm trying to get Sublime Text 3 to run a Python script. A simple two liner var = raw_input("Enter something: ") …

python input sublimetext3 sublimetext sublime-build
Sublime text3 and virtualenvs

I have different virtualenv's (made with virtualenwrapper) and I'd like to be able to specify which virtualenv to use with …

python sublimetext3 virtualenvwrapper