About 10,900 results
Open links in new tab
  1. Javascript Formatter - Plugin Announcements - Sublime Forum

    Jan 13, 2016 · new version published. All js_beautifier settings are now exposed and can be overridden via user file settings.

  2. Code Formatter without node - General Discussion - Sublime Forum

    Jun 11, 2020 · Is there any way how to take a part of that code what is able to format CSS without node.js Just like you want to copy-and-paste ST’s python plugins to make it work in VSCode’s …

  3. How to configure the format of JS file in Sublime text 3?

    Jan 13, 2016 · Hello all, I am new to sublime Text. I would like to format the JavaScript file with tab space as two spaces. I would like to know is there any way to configure the editor or add a …

  4. HTML-CSS-JS Prettify Plugin - General Discussion - Sublime Forum

    Jan 13, 2016 · It’s doable, but it presumes the existence of beautify-php.js (or a very smart beautify-html.js). I’ll post the latter fix in a few minutes.

  5. IntelliSense for Vue 3 in Sublime Text

    Sep 9, 2021 · Hello everyone! You probably saw the new Vue 3 <script setup> syntax. You might have heard of Volar, a language server that provides full support for this syntax. However, …

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

  7. Cant import a nested submodule from a plugin (ST2)

    Jan 13, 2016 · js_formatter.py contains the sublime textcommand for my plugin, which imports and runs jsbeautifier. jsbeautifier/ init.py attempts to ‘import jsbeautifier.unpackers’, which fails, …

  8. Prettify HTML for ST4 - General Discussion - Sublime Forum

    Oct 8, 2025 · I’ve used HTML-CSS-JS Prettify as my daily driver for years now and it works flawlessly, including on ST4 (I’m on ST4199/Mac). The only thing you may need to do is install …

  9. Setting up SublimeLInter and ES Lint - General Discussion

    May 4, 2024 · For Ref anyone else with this problem. npm install -g eslint The got to working folder and npm init // answer a few questions then to setup config eslint --init // few more …

  10. Sublime Text couldn't find nodejs

    Oct 26, 2016 · Now when I try to use a linter formatter I get an error message: Couldn’t find Node.js. Make sure it’s in your $PATH by running node -v in your command-line.