Home › Blog › 100 Sublime Text Plugins Worth Exploring

100 Sublime Text Plugins Worth Exploring

Ardelia Team · September 27, 2026 · 4 min read

Sublime Text remains appealing to founders and small engineering teams because it starts quickly, stays out of the way, and can be tailored to a specific workflow. Its package ecosystem is a major part of that flexibility. The right additions can reduce repetitive editing, surface code issues earlier, or make a lightweight editor more comfortable for a particular language.

No package is universally “best.” Compatibility, maintenance status, and usefulness vary by Sublime Text version, operating system, and development stack. Before standardizing on any package, review its documentation, recent activity, dependencies, and permissions. This list is organized as a broad research shortlist of 100 packages and themes to investigate.

Core editing and navigation

  1. Package Control — the package manager used to install others.
  2. AdvancedNewFile — creates files through a quick path prompt.
  3. Alignment — lines up assignments and related text.
  4. All Autocomplete — extends suggestions across open files.
  5. AutoFileName — suggests paths while editing file references.
  6. BracketHighlighter — highlights matching brackets, tags, and quotes.
  7. BufferScroll — remembers cursor positions and scroll locations.
  8. Clipboard History — keeps a selectable history of copied text.
  9. FuzzyFilePath — offers fuzzy completion for file paths.
  10. SideBarEnhancements — adds file and folder sidebar actions.

Text transformation tools

  1. Case Conversion — switches selected text between common cases.
  2. ConvertToUTF8 — helps handle non-UTF-8 encoded files.
  3. DeleteBlankLines — removes extra blank lines from selections.
  4. Expand Selection to Quotes — selects text within quote pairs.
  5. Increment Selection — increments numbers in multiple selections.
  6. Insert Nums — inserts sequential number ranges.
  7. Line Endings — switches between line-ending formats.
  8. RegReplace — performs reusable regular-expression replacements.
  9. StringEncode — encodes and decodes common string formats.
  10. Text Pastry — supports batch text insertion and transformation.

Formatting and markup

  1. CodeFormatter — collects formatting commands for several languages.
  2. HTML-CSS-JS Prettify — formats HTML, CSS, and JavaScript.
  3. HTML5 — supplies HTML5 snippets and completions.
  4. Indent XML — formats XML indentation.
  5. JSON Reindent — reindents JSON documents.
  6. MarkdownEditing — adds Markdown-oriented editing features.
  7. MarkdownPreview — renders Markdown for previewing.
  8. Pretty JSON — formats and validates JSON text.
  9. Wrap Plus — improves paragraph wrapping behavior.
  10. XML Tools — provides XML navigation and formatting commands.

Web development packages

  1. Babel — adds syntax support for modern JavaScript variants.
  2. Bootstrap 3 Snippets — provides snippets for Bootstrap 3 markup.
  3. Can I Use — looks up browser-support information.
  4. CSS Extended Completions — expands CSS property-value suggestions.
  5. Emmet — speeds up HTML and CSS abbreviation expansion.
  6. JavaScript Completions — adds JavaScript completion data.
  7. jQuery — provides jQuery snippets and completions.
  8. LESS — adds syntax support for LESS stylesheets.
  9. Sass — supports Sass and SCSS-oriented workflows.
  10. Tailwind CSS Autocomplete — suggests Tailwind utility classes.

Framework and application stacks

  1. AngularJS — adds AngularJS syntax and snippets.
  2. Dockerfile Syntax Highlighting — highlights Dockerfile instructions.
  3. Laravel 5 Artisan — exposes Laravel Artisan commands.
  4. Nodejs — helps run Node-related commands from Sublime Text.
  5. PHP Companion — adds navigation helpers for PHP projects.
  6. ReactJS — provides React-oriented syntax support.
  7. Terraform — adds Terraform language syntax support.
  8. TypeScript — supports TypeScript syntax and related tooling.
  9. Vue Syntax Highlight — adds Vue single-file component highlighting.
  10. YAML — improves YAML syntax handling.

Linting and code intelligence

  1. SublimeLinter — a framework for external linting integrations.
  2. SublimeLinter-eslint — connects SublimeLinter with ESLint.
  3. SublimeLinter-flake8 — connects SublimeLinter with Flake8.
  4. SublimeLinter-jshint — connects SublimeLinter with JSHint.
  5. SublimeLinter-json — checks JSON through SublimeLinter.
  6. SublimeLinter-pylint — connects SublimeLinter with Pylint.
  7. SublimeLinter-rubocop — connects SublimeLinter with RuboCop.
  8. SublimeLinter-shellcheck — connects SublimeLinter with ShellCheck.
  9. SublimeCodeIntel — adds code-intelligence features for supported languages.
  10. SublimeJEDI — adds Python completions and navigation via Jedi.

Language-specific helpers

  1. Ansible — provides syntax support for Ansible files.
  2. Dockerfile — adds Dockerfile syntax definitions.
  3. GoSublime — offers tools for Go development workflows.
  4. LaTeXTools — supports editing and building LaTeX documents.
  5. Nginx — highlights Nginx configuration files.
  6. PHP Getters and Setters — generates PHP accessor methods.
  7. Python Improved — offers enhanced Python syntax highlighting.
  8. Rust Enhanced — improves Rust syntax highlighting.
  9. SQLTools — supplies SQL-oriented editing utilities.
  10. VimL — adds Vim script syntax support.

Git and project workflow

  1. FileDiffs — compares files, buffers, and revisions.
  2. Git — adds Git commands within the editor.
  3. GitGutter — marks changed lines in the gutter.
  4. GitSavvy — provides an extensive Git interface.
  5. Gist — creates and manages GitHub Gists.
  6. ProjectManager — saves and switches between projects.
  7. SFTP — supports file transfer and remote synchronization workflows.
  8. SVN — provides Subversion commands.
  9. Terminus — embeds terminal sessions in Sublime Text.
  10. Terminal — opens a terminal from the current context.

Search, review, and utilities

  1. Color Highlighter — previews color values in source files.
  2. Compare Side-By-Side — opens comparisons in split views.
  3. DetectSyntax — assigns syntax based on file contents.
  4. EasyMotion — adds rapid cursor-jump commands.
  5. FindKeyConflicts — identifies conflicting key bindings.
  6. GotoDocumentation — opens documentation for selected symbols.
  7. HexViewer — views files as hexadecimal data.
  8. Open URL — opens URLs found in a selection.
  9. TrailingSpaces — highlights and removes trailing whitespace.
  10. WordCount — displays word-count information.

Themes and visual preferences

  1. A File Icon — adds icons to files and folders.
  2. Afterglow — provides a dark color scheme and theme.
  3. Ayu — offers light and dark visual variants.
  4. Dracula Color Scheme — supplies the Dracula color palette.
  5. Material Theme — changes Sublime Text’s interface styling.
  6. Monokai Extended — extends the familiar Monokai palette.
  7. Seti_UI — provides a distinctive interface theme.
  8. Soda Dark Theme — offers a dark interface option.
  9. Spacegray — provides gray-focused theme variants.
  10. Theme - Brogrammer — supplies a dark, high-contrast theme.

How to make a useful shortlist

For a solo founder, the most valuable packages are usually the ones that remove friction from the work done every day: opening project files, formatting source code, checking a primary language, reviewing Git changes, and handling deployment configuration. Start with a small set instead of installing dozens at once. That makes it easier to understand which package changed an editor behavior, shortcut, or performance characteristic.

A dependable editor setup is not the one with the most extensions. It is the one that makes common work predictable while leaving enough attention for the product itself.

Teams can also benefit from documenting a modest shared package list alongside formatting and linting rules. The objective is not identical editor preferences; it is fewer avoidable differences in generated files, code style, and routine project tasks.

Featured here? Grab your badge →

Free to embed. Links back to this article. No email required.

Keep reading

100 Best Apps for Designers

An editorial selection of design apps spanning interface design, illustration, prototyping, publishing, and collaboration.

Ardelia Team · September 27, 2026 · 13 min read

100 Best Apps for Developers

An editorial selection of developer tools for writing code, collaborating, deploying software, and operating applications.

Ardelia Team · September 27, 2026 · 13 min read

100 Best Apps for Creators

An editorial guide to apps that help creators plan, produce, publish, and manage their work.

Ardelia Team · September 27, 2026 · 13 min read

Run a company that never sleeps

Found your AI company — executives, standups, debates, and decisions, around the clock.

Found your company →