I really wish Sublime would develop a more solid plugin system and have some sane built-ins such as a terminal.
It’s all preference. I think it’s insane that people use the terminal in their editors.
That’s the point behind an IDE - integrated developer environment.
Guake is a great terminal for quick access too.
I have a hot key for opening kitty as well.
Vscode attaching the debugger automatically is a really nice feature, though.
Nothing you couldn’t do with a few shell scripts, but it’s nice that it does it automatically.
Like I said, it’s all personal preference.
I mainly code in neovim, I do a lot of work ssh-ing into other machines (sometimes with multiple hops.)
I live in the terminal and sometimes cat very very large log files and would like an experience that is terminal centric.
It very much surprised me to learn how many devs there are nowadays who aren’t terminal centric (outside of windows land)
Also I use my text editor to edit database records (via a plugin) as well. Editing DB rows in vim is the kind of crazy I like.
Or at least an IDE platform where plugins provide the language integration.
After I initially switched from VSCode back to Sublime Text, I used Terminus [1], which I used to swear by. But then I made an effort to strip back the amount of plugins I used, and just bound a hotkey to focus my default terminal (Konsole on KDE), and I don't really miss the integrated terminal anymore.
Of course, this is all opinion in a very subjective context. Some people do best-in-class work with terrible tools.
Maybe I should consider using their IDEs.
Which plugin do you use for DBs?
Do you know how the LLM integration is? I heard it’s terrible, but that isn’t a deal breaker.