Top "Sublimetext3" questions

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

Sublime 3 toggle comment command doesn't work in Windows

I've edited the file Preferences > Key Bindings User, and added this: [ { "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } }, { "…

keyboard-shortcuts sublimetext3 preferences
How to enable auto-align in Sublime Text 3?

I want to auto-align my code to make it easier to read, in a click. I'm working on Sublime Text 3 …

sublimetext3 sublime-text-plugin
How do I hide the bottom console text output area in Sublime Text 3?

This is probably really simple, but it's frustrating me so much. I'm using Sublime Text 3. Sometimes my plugins output code …

sublimetext3 sublimetext key-bindings
Sublime Text 3 white boxes around lines

Note: Just started programming in Python using Sublime Text 3. I am not sure why I am getting the white dots/…

sublimetext3 sublimetext
How to edit Sublime Text 3 Soda Theme

I installed the Soda Theme on Sublime Text 3 on OSX and I was wondering where are the actual files and …

sublimetext2 sublimetext3 soda
How do I specify the path to node in SublimeText3 for Sublime-JSHint plugin in Windows

After installing node.js then the Sublime-JSHint plugin on Windows XP with SublimeText3, I get the following error: "Node.js …

sublimetext3 jshint
How to move line up in Mac for Sublime Text?

On OS X when I use the shortcut provided in documentation (⌘ + ⌃ + Up which I read as Command + Shift + Up) Sublime …

keyboard-shortcuts sublimetext3 sublimetext
Sublime Text 3 - Emmet shortcut for HTML 5 not working.

I have recently downloaded sublime text 3 and installed emmet. The issue that I am having is that when I write …

html sublimetext2 sublimetext3 sublime-text-plugin emmet
Is there a Sublime Text Syntax for Flex and Bison?

I'm looking for a syntax in Sublime Text that highlights my Flex and Bison files (or lex/yacc) in a …

sublimetext2 bison yacc lex sublimetext3