Ask HN: High performance, low latency IDE suggestions
I'm an IntelliJ user on M2 Mac, I've been testing VS Code out of curiosity and found it a bit slow, even simple things like "go to definition" have annoying latency.
Out of pure curiosity, is there any alternative to JetBrains in this regard? I am aware of LSP, but skeptical that it can ever be fast due to its client-server design.
Any programming language is fine as long as it has static types.
11 comments
[ 2.7 ms ] story [ 42.6 ms ] threadJetbrains also offers hosted instances if you want to see if that's any faster... https://www.jetbrains.com/space/features/dev-environments.ht...
(I haven't tried it, but it seems to me that network latency at 30-100ms shouldn't be as noticeable as a slow computer, if that's really the issue)
If you count VSCode as an IDE then I would suggest neovim with an LSP and a fuzzy finder. It is the fastest/best dev setup I have experienced for most things.
If you are very latency sensitive I am afraid an IDE/'smart'-editor may not be for you. Then I again would consider some lightweight editor that has fuzzy search and no intellisense.
If you need more IDE-like features like running tests and builds or managing for example mobile phone emulators from the editor it requires more fiddling with configuration and plugins but is doable.