by boronine on 1/26/24, 12:46 PM with 11 comments
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.
by meekins on 1/28/24, 11:47 AM
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.
by RGBCube on 1/26/24, 2:09 PM
by solardev on 1/26/24, 5:47 PM
Jetbrains 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)
by kwant_kiddo on 1/26/24, 11:00 PM
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.
by sgt on 1/26/24, 12:49 PM
by zerr on 1/26/24, 7:55 PM
by uaas on 1/27/24, 12:18 AM