sublime_text

Issue tracker for Sublime Text (by sublimehq)

Sublime_text Alternatives

Similar projects and alternatives to sublime_text

  1. Visual Studio Code

    Visual Studio Code

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. obsidian-releases

    Community plugins list, theme list, and releases of Obsidian.

  4. HomeBrew

    ๐Ÿบ The missing package manager for macOS (or Linux)

  5. Rectangle

    Move and resize windows on macOS with keyboard shortcuts and snap areas

  6. ShareX

    ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

  7. vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  8. Vim

    434 sublime_text VS Vim

    The official Vim repository

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. notepad-plus-plus

    Notepad++ official repository

  11. alt-tab-macos

    Windows alt-tab on macOS

  12. Atom

    286 sublime_text VS Atom

    Discontinued :atom: The hackable text editor

  13. GNU Emacs

    251 sublime_text VS GNU Emacs

    Mirror of GNU Emacs

  14. iTerm2

    202 sublime_text VS iTerm2

    iTerm2 is a terminal emulator for Mac OS X that does amazing things.

  15. MonitorControl

    ๐Ÿ–ฅ Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.

  16. intellij-plugins

    Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform

  17. zed

    121 sublime_text VS zed

    Code at the speed of thought โ€“ Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

  18. brackets

    68 sublime_text VS brackets

    An open source code editor for the web, written in JavaScript, HTML and CSS. (by brackets-cont)

  19. lite-xl

    A lightweight text editor written in Lua

  20. CotEditor

    Lightweight Plain-Text Editor for macOS

  21. TextMate

    37 sublime_text VS TextMate

    TextMate is a graphical text editor for macOS 10.12 or later

  22. Brackets

    38 sublime_text VS Brackets

    Discontinued An open source code editor for the web, written in JavaScript, HTML and CSS.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sublime_text alternative or higher similarity.

sublime_text discussion

Log in or Post with
  1. User avatar
    molotovbliss
    ยท 8 months ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

sublime_text reviews and mentions

Posts with mentions or reviews of sublime_text. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-28.
  • I still like Sublime Text in 2025
    22 projects | news.ycombinator.com | 28 Jan 2025
    Maybe you can priorize https://github.com/sublimehq/sublime_text/issues/1649. As a heavy LSP user, I find it very inconvenient not being able to copy text out of popups.
  • 20+ Best Web Development Tools & Software (With Pricing) to Use in 2025๐ŸŽ‰๐Ÿ”ฅ๐Ÿ”ฅ
    12 projects | dev.to | 27 Dec 2024
    2. Sublime Text
  • Web Development 101: Basics to Kickstart Your Journey
    2 projects | dev.to | 3 Dec 2024
    Let's play around with HTML a little bit using your code editor, like Atom or VS Code, and there's also Sublime Text.
  • Unavoidable developer tools
    4 projects | dev.to | 12 Oct 2024
    A code editor is a digital notepad where you write your code. Three POPULAR options are Visual Studio Code, Atom & Sublime Text. They make writing code easier with features like auto-completion and error highlighting.
  • Visual Studio vs. Visual Studio Code: An In-depth Comparison
    6 projects | dev.to | 16 Sep 2024
    Whereas Visual Studio Code is a text editor whose functionality and performance is aided by extensions. Some of the other notable text editors like Visual Studio Code include Atom, Sublime Text, Vim and Notepad++.
  • Sublime Text vs VS Code: Which Code Editor Best Suits Your Project?
    3 projects | dev.to | 4 Sep 2024
    Sublime Text is a powerful text editor and among the best source code editors with support for many programming languages and file types. It is known for its simplicity and fast execution. Users can easily customize themes in Sublime Text to suit their style. Sublime Text provides users with features such as syntax highlighting, keyboard shortcuts and commands for easy accessibility, auto-completion, and many more. It is available for Windows, macOS, and Linux.
  • Leaving Neovim for Zed
    11 projects | news.ycombinator.com | 18 Aug 2024
    I wouldn't mind the license fee as much if there was actually any development going on, but for the past 3-4 years, there has basically been 4-10 months between releases, and each release has been more or less bugfixes and rewrites [1]. There has been 4 updates in 3 years.

    The issue tracker for ST has 1863 open issues, or 41% open vs closed issues [2], and the issue tracker for SM has 1055 open issues [3].

    I have no problem paying for software, and i understand that most developers don't work for free, but with this software it doesn't even appear i'm paying for "work", and instead it appears to be more or less a passive source of income for the developer.

    As i wrote earlier, i'm not entirely sure what i'm gonna do, but given the slow pace of improvements to ST, i guess i can easily wait a couple of years before updating, if ever.

    [1]: https://www.sublimetext.com/blog/

    [2]: https://github.com/sublimehq/sublime_text/issues

    [3]: https://github.com/sublimehq/sublime_merge/issues

  • The ABC of Steller: The Untold Story of McCaleb
    3 projects | dev.to | 16 Aug 2024
    For the text editor( Visual Studio Code, Atom, or Sublime Text), I will use Vscode.
  • Common JavaScript Mistakes Developers Make
    3 projects | dev.to | 14 Aug 2024
    Run the code above in a code editor. If you use an online code editor like CodeSandbox, you will notice that the editor throws an error - "Cannot read properties of undefined (reading 'type')." It points out that the issue is from the useArrowFunction(), but if you are using an IDE like Visual Studio Code or Sublime Text then you would notice that calling the useArrowFunction() method results in this: "JavaScript was created by Brendan Eich" while calling the useRegularFunction() results in this: "undefined was created by undefined".
  • Total.js UI :Two Beginner Projects to understand Paths and Data Binding
    2 projects | dev.to | 13 Aug 2024
    Sublime Text: A versatile and lightweight text editor with a clean interface.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Stats

Basic sublime_text repo stats
296
816
0.0
about 2 years ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai