Sublime is extraordinary. It's one of the softwares I've loved the most, by far. Even today, it's always opened and I use it for quick fixes and code browsing. However, despite my fondness for it, VS Code, and now Cursor, have largely taken over for me. Cursor, in particular, has literally completely transformed how I code. And yes, it's slower and more bloated, but the value-added of Cursor is worse it.
I still like Sublime Text
341–350 of 620 posts
Re: I still like Sublime Text
#342I've used Sublime Text since it's initial release, and later on Sublime Merge, and i own licenses for every major version released. However, my ST4 license recently expired, and that caused me to look back at the previous 3 years to see what my money was actually buying me, and it turns out it was mostly bugfixes. There have been, rather consistently, 2 releases per year (november and august), and the last major feat…
I think that as software asymptotically approaches mostly-bugfix releases, it's a good sign that it's "done", and therefore just stable, reliable, and "boring". Sometimes boring is good, especially for your core toolkit. It can free up your energy to spend it on more interesting things, like actual coding.
Without it, you have to use so much glue for a good experience. So, look at the very popular extensions and see if they can become native.
Re: I still like Sublime Text
#343Earlier quoted context omitted.
Why is it insane? Along with a terminal, I also use a database editor inside my code editor. That’s the point behind an IDE - integrated developer environment.
But Sublime isn't an IDE, it's just a text editor. The line is blurry (especially with how VS Code is used these days) but I have ST running next to IntelliJ all day, they serve different roles.
Or at least an IDE platform where plugins provide the language integration.
Re: I still like Sublime Text
#344Sublime is extraordinary. It's one of the softwares I've loved the most, by far. Even today, it's always opened and I use it for quick fixes and code browsing. However, despite my fondness for it, VS Code, and now Cursor, have largely taken over for me. Cursor, in particular, has literally completely transformed how I code. And yes, it's slower and more bloated, but the value-added of Cursor is worse it.
Cursor is lightweight but have you ever seen the amount of memory that thing seems to consume? Holy mother of silicone.
Re: I still like Sublime Text
#345Used to use sublime, and wanted to purchase a license, but it is only good for the version you are on. Since I use gentoo and it upgrades frequently, my license would require me to hold it back, and eventually it will break. How do others deal with this? Just keep purchasing a license?
Re: I still like Sublime Text
#346Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.
I paid for a license for Sublime, but then I was forced to upgrade a while ago, and my license no longer works with the new version. Is there a solution to this?
Re: I still like Sublime Text
#347Earlier quoted context omitted.
You can essentially use Sublime for free indefinitely. It shows you a prompt to buy a license for every few saves you make but that’s about it. Not invasive in my book. I also think people underestimate the amount of work that goes into building a good text editor and keeping it up to date over the years.
I cannot use Sublime without license in my work setting without violating License terms. That's a huge deal breaker
Re: I still like Sublime Text
#348Sublime is extraordinary. It's one of the softwares I've loved the most, by far. Even today, it's always opened and I use it for quick fixes and code browsing. However, despite my fondness for it, VS Code, and now Cursor, have largely taken over for me. Cursor, in particular, has literally completely transformed how I code. And yes, it's slower and more bloated, but the value-added of Cursor is worse it.
That is an early candidate for Freudian Slip of the Year.
Re: I still like Sublime Text
#349Sublime Text developer here, thank you for all the praise! I'm looking forward to what we can accomplish this year. If you have any questions I'd be happy to answer.
Sublime Text team, thank you so much for creating the best tool out there! I truly appreciate the stability and simplicity of your product. My main request is to add a tool similar to Cursor Composer and Chat. Thank you again!
https://github.com/spencerchristensen/sublime-open-in-cursor
It isn't on Package Control yet as I just submitted the PR.
I made this as I love Sublime Text as a text editor and do not want to pollute it with AI garbage. However, there are times where I want to quickly open the same file in Cursor to hash out some their agents. Workflow is:
- lovely text editing in Sublime
- encounter something I would like AI assistance for
- quickly pop open the thing in Cursor and do the AI stuff
- hop back to Sublime to continue my lovely editing
Re: I still like Sublime Text
#350Kernel, compiler, text editor: all must be free software, with full source code and permissive licenses. I will die on this hill. Closed source editors (including VS Code) are simply nonstarters for me. This is my toolchain, my job, my life, my hobby, my passion. The legal prohibition on modifying it is against every single thing I sit down at a computer to do. It might sound snobbish, but if you can’t (or don’t) mod…
Are you really a hacker if you haven't soldered you CPU and RAM yourself? Is your electricity coming from a OSS treadmill? I question your dedication.