Was vim for many years, but now helix.
This coming from someone whose work I respect is a reason to give it an honest try.
Thanks! The only thing I can’t use it for, is android dev 😭 . Good java / kotlin tooling has essentially become owned by google and jetbrains.
I’ll try it out!
I was skeptical at first, but have come to love it. vim has become a frankenstein’s monster over the years, requiring plugins to do everything. helix comes with LSP / IDE support out of the box, formatting, multi-line editing, quick file switching, etc. It def has been useful for both rust and typescript.
I’m a diehard vim user, but helix sounds nice. I’ll give it a try. If I can quit the editor in less than 10 minutes, that’ll be a win!
Eagles: You can check in any time you like… but you can never leave.
Helix
im trying it out now too
For anyone who doesn’t know; Helix is an editor with vim like keybindings with more out of the box functionality than vim.
I am using it too and like it.
The only problem I ran into is that the search and replace function (across.multiple files isn’t very good).
I’ll try it out!
How does it compare to lunarvim?
Oh thats actually what I used before switching to helix, it mostly has the same features but you don’t have to configure anything
Downside is no plugins, but I’ve never felt like I’ve needed any plugins using helix
helix
is incredible, completely replacedneovim
for me. Granted I never used many plugins outside of language servers, so it was fairly easy to not worry about a lack of features.
For a full blown IDE, nothing comes close to IntelliJ family in my opinion. Still, I mostly use Emacs (Doom to be more precise) in conjunction with a terminal.
deleted by creator
This, I love how it allows me to use virtually every language there is within the same IDE. It needs some setup compared to most IDEs specialized for a specific language, but oh well
deleted by creator
Neovim is my most used editor, I use Gedit for a scratchpad, and when I’m in a bigger project I’ll sometimes run VS Codium.
IntelliJ (with IdeaVim) for Kotlin and Java programming; Rider (with IdeaVim) for C#; NeoVim for everything else.
Love me the Jetbrains apps. Webstorm in particular I use on the daily, and I love how everything works out of the box, unlike vscode where you need to install a whole bunch of plugins.
That is, except for rust. I have no idea why, but the Jetbrains rust plugin is absolute garbage; it’s slow and inaccurately reports some errors while missing on errors the CLI would pick up. Rust is the main use case I have for using vscode, the language server there is rock solid, have had nothing but good experiences (outside of the pains of dealing with the borrow checker as a rust novice…)
Neovim, and ive been chipping away at learning emacs for a long time now
JetBrains for big projects, Helix for small file editing, kate for txt/MD/json
emacs
VS Code, with vim when I need to work in the console.
It’s seems I am the only one using spacemacs/doomemacs.
Also kdevelop for C++
I have Emacs on every computer I use. That said, I mainly use it for Magit and org-mode, so I’m not sure it counts as an IDE at that point.
I use Spacemacs, VS Code, and IntelliJ depending on the task.
regular vim with coc.nvim
I used IntelliJ for a long time, but lately I find VSCodium does everything I need and it’s generally pretty snappy.
I’m a big fan of the Jetbrains suite. I use Webstorm for Typescript dev, and Rider for .net core work.
Yeah, they make pretty solid stuff.
JetBrains IDEs for coding, SublimeText for everything else. Sometimes Sublime also for coding on smallish code bases, thanks to LSP.