About 9,500 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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?

  9. Sublime Forum

    3 days ago · The official Sublime HQ forum

  10. 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 …