Y
Hacker News
new
|
ask
|
show
|
jobs
by
xigoi
31 days ago
Why not show the UI immediately and start the language server asynchronously in the background, like Neovim does it?
2 comments
sebazzz
30 days ago
That is possible, but if swapping happens due to memory pressure it can still cause slowdowns in unrelated parts of the same or other processes.
link
mike_hearn
30 days ago
JetBrains IDEs do this.
link