
Sublime Text as main IDE - General Discussion - Sublime Forum
Apr 18, 2024 · Also do you use sublime text as your main IDE/editor in your every day work or do you use something along side with it for your heavier duty/projects and stuff.
Color Scheme for code not working - Sublime Forum
Jan 13, 2016 · Sometimes Sublime Text 2 will recognize my code with its color scheme and other times it won’t. I do a lot of pasting code into the code editor and editing it, but I rarely write code in it, mostly …
Format or 'beautify' code - General Discussion - Sublime Forum
Jan 13, 2016 · Is there an extension or command for sublime text that will allow auto formatting of code, removing white spaces, fixing indents, etc. Something similar to the ‘pretty print’ Eclipse plugin. A …
Sublime Text is an open source, multifaceted text editor tool designed ...
Jun 30, 2023 · Sublime Forum Sublime Text is an open source, multifaceted text editor tool designed for developers, programmers, and anyone working with code or text-based projects, highly regarded for …
VS Code Shortcuts For Sublime Text
Nov 7, 2023 · Sublime Text has been gaining popularity among developers who seek a lightweight, fast, and distraction-free text editor. I’ve personally started using it for my personal projects for quite …
Should I invest into Sublime anymore?
Dec 21, 2024 · My understanding is that Sublime Text is a text editor, and not an IDE. Maybe it has some elements of an IDE, like syntax highlighting, but I don’t think that the author (s) intended it to be …
Code folding in Sublime Text - General Discussion - Sublime Forum
Mar 12, 2021 · Code folding in Sublime is currently based off of the indentation of files;; it only appears to indent on keywords like the ones you mentioned above because they contain indented code. It’s …
Best way to Live Preview Code - General Discussion - Sublime Forum
Jun 10, 2016 · In 2016, is there an accepted way for Sublime experts to live preview html code? Is there some kind of split-screen, text editor / browser setup that works well?
Sublime Forum
3 days ago · The official Sublime HQ forum
How to use Visual Studio Code as editor? - Sublime Forum
Jul 19, 2020 · I’ve been trying to use Visual Studio Code as an editor for Sublime Merge. The syntax to open a file at a specific line for vscode would be: /usr/local/bin/code --goto /path/to/file:5:1 Since, for …