I often get asked why I still use Sublime. So I wrote this article singing it's praises.
I never get asked. It’s obvious. Just open a 4Gb log file as a developer. All my developers have it.
I still like Sublime Text
441–450 of 620 posts
Re: I still like Sublime Text
#442Sublime 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.
Hi! I was a Sublime Text fan throughout University, and I would have loved to continue using it. Unfortunately for me Sublime lacks too many necessities, and that forced me off Sublime and onto the much slower VSCode. I really wish Sublime would develop a more solid plugin system and have some sane built-ins such as a terminal.
Re: I still like Sublime Text
#443I love Sublime Text. It's one of my favorite pieces of software. I have it running 100% of the time on every machine I work on. It's where I write all of my personal notes, blog posts, and it's where I wrote both "Game Programming Patterns" and "Crafting Interpreters". At the same time, it's not the tool I use as an IDE. For programming, I use whatever IDE is dominant for the language I'm working in. Over time, that'…
Are people just working on more complex software than I am so you need the build steps hidden behind a UX, or am I missing some killer IDE feature that I don't even know about?
EDIT: It probably helps that I'm a vim die-hard and couldn't imagine clicking on something to rebuild the program! And Sublime's Vim support is better than any real vim program I've ever used, much less the half-hearted versions available in the IDEs I've tried. Maybe that's the main disconnect, and y'all just prefer having dropdown menus?
Re: I still like Sublime Text
#444Re: I still like Sublime Text
#445Few years ago I wrote a guide about turning Sublime Text into IDE which will be on-par with IDE features of VSCode while retaining performance benefits of ST — https://www.brachkow.com/notes/sublime-text/ . Sadly, I almost stopped using Sublime Text around a half year ago. Development of AI coding tools made flexible UI plugins support a must. Right now when I'm using ST as main editor I feel like 0.5x developer comp…
Re: I still like Sublime Text
#446Re: I still like Sublime Text
#447Long time Sublime Text and Sublime Merge fan, and a paying user since 2011. It's very good; I use all three OSes (Windows at work, MacOS on occasion, Linux is primary driver, and I've now switched to Pi 5. Zed does not even load on this, whereas ST just flies. (The only real competition is Neovim.) That reminds me, I wonder if Sublime Text still has room to improve in some areas. Here's an example, in Vim generating…
Re: I still like Sublime Text
#448Re: I still like Sublime Text
#449What I love most is how well "out of the box" sublime work for me. Even on a fresh install it's very usable without doing anything, I usually install about 3 extensions (not counting specific language syntax support). Integrated LSP would be nice to have, but most of the time I don't use it and I like to be able to turn it of and have the simple autocomplete that is very predictable and unintrusive. And performance,…
Re: I still like Sublime Text
#450Sublime 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.
- revamped project system so i don't have to store extra files in my root directory, there is a plugin for it, but this should be working out of the box imo
- drag&drop panels to create layout with the mouse
- tabs in output/temporary panels
- UI API for status panel, side panel and in the views
- a proper built-in terminal, i know there is Terminus, but color support is lacking, tabs support is lacking, doesn't work well with tmux, overall it's very janky (wrt to scrolling)
- sticky scrolling (the thing that pins the scope name) or - the thingy that says where in the code we are, i forgot how it's called: [MyStruct > my_function]
I'd be willing to pay extra for a proper terminal for ST