I still like Sublime Text
261–270 of 620 posts
Re: I still like Sublime Text
#262Earlier quoted context omitted.
Long time Sublime customer here: Please, please do not add any LLM integrations. One of the main reasons I love Sublime is that I can just focus on writing code, without 100 distracting things popping in and popping out. Also, that I support a business with my money that does not spend resources on the LLM hype.
I am in the exact opposite boat - AI is significantly improving my programming flow and having to use VSCode (well, VSCodium in my case) rather than something lightweight like Sublime is suboptimal - I would love a good plugin for LLM integration ala Cody and frankly that's the only way I could see myself as a paying customer.
Re: I still like Sublime Text
#263Re: I still like Sublime Text
#264Re: I still like Sublime Text
#265Re: I still like Sublime Text
#266Earlier quoted context omitted.
> but I immediately lost an important file Zed has an "autosave" setting, it's just off by default.
Sublime’s behaviour isn’t an autosave, it just never loses text in a window. You can upgrade the entire OS, start Sublime and your windows and text will be waiting for you, regardless of saved or unsaved state. I’ve got five-year-old scratchpad windows open that I’ve never saved.
Re: I still like Sublime Text
#267I write everything on All About Berlin in a souped up version of Sublime Text. I made my own color scheme for Markdown files, my own linters for the content, a build system to run the static site generator etc. I love just how fast I can move across hundreds of Markdown files, finding and replacing thimgs with regular expressions. It’s a night and day improvement over editing text in a CMS. I chose Sublime because it…
Re: I still like Sublime Text
#268I used to love Sublime Text and used it for my daily driver. Even bought a license. But just downloaded it again, and while it definitely felt snappy, after 15 minutes I still couldn't find a way to get TypeScript type checking working, or even any type of JavaScript/TypeScript autocomplete.
If you are locked in to TypeScript, you are basically locked in to VSCode (albeit a "soft" lock-in).
Re: I still like Sublime Text
#269Using Sublime Text since version 2, one of my relatively recent discoveries has been the Markdown Images Plugin[1], which renders images inline (rather than in a separate preview, as other editors do). I find it extremely convenient to include images alongside text, such as diagrams and schematics for work, photos of goods in a shopping list, and inspiration collections for hobby projects, etc. When combined with a s…
I've installed that plugin too, thanks for the recommendation. That said, installing it did show a big concern I have, maybe not so much for this plugin but for many others; its last release was in 2022, and many plugins I used to use back in 2012 haven't seen updates since 2016-17, roughly around the time VS Code became the most popular editor. I fear community support of plugins will become a major issue. I mean as…
Re: I still like Sublime Text
#270I'm lazy, I don't want to leave the terminal.
Alt-tabbing (or cmd-Q if you’re done) back to your terminal window after running `subl` to edit a file is equivalent difficulty (as measured by keystrokes) to exiting nano or vim.