Ask HN: Good fast IDE for reading and navigating code in multiple languages
With the use AI I find myself writing less and less code, but reading way more than before at work. I have been using IDEA, because in my experience no IDE offers code inspection and navigation as good as IDEA across multiple languages. But it's very slow and mostly geared towards refactoring and editing. I have used VScode and I found it lacking as it is also slow. Nvim is very close to what I want but it takes some getting used to. Which IDE do you use?
11 comments
[ 53.1 ms ] story [ 801 ms ] threadChoose two.
I use nvim and emacs.
Emacs feels too slow and not good if you have carpel tunnel syndrome
Though not a traditional ide
I only bother with LSP for projects I'm currently working on. Even then, I sometimes use `project-find-regexp` for whole codebase search.
In Vim, I had the fzf plugin[1] with the command `:RG` bound to <leader>fg.
[0] https://github.com/Wilfred/deadgrep
[1]: https://github.com/junegunn/fzf.vim
what are you looking for exactly?