Y
Hacker News
new
|
ask
|
show
|
jobs
by
leosanchez
26 days ago
To show compilation errors as you type.
1 comments
xigoi
26 days ago
Why not show the UI immediately and start the language server asynchronously in the background, like Neovim does it?
link
sebazzz
26 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
26 days ago
JetBrains IDEs do this.
link