Raoul Wols
Raoul Wols
Maybe @facelessuser wants to be aware of this performance edge case as well. Is there anything mdpopups could do to speed up rendering?
> I'm not sure it should be mdpopups job to arbitrarily clip content, I think that should be decided by those using it. I was not suggesting for mdpopups to...
I made a PR to fix it in the language server: https://github.com/llvm/llvm-project/pull/79746
With respect to gopls: ~~this seems to be due to gopls. I can reproduce it with any module from the standard library.~~ I seem to have found one instance where...
That said, with this file: ```go package main import ( "net/http" ) func main() { } ``` I cannot seem to reproduce the set up of typing `http` followed by...
My educated guess is that the didChange notification for gopls and jdtls is written against VSCode internal behavior and these two language servers actually have a race condition.
As a workaround I think you can set `"show_references_in_quick_panel"` to `true` in LSP's preferences.
You can use redirections for that. For bash see https://www.gnu.org/software/bash/manual/html_node/Redirections.html e.g. `ls -lash >output.txt`
> And laziness shouldn't trump "correctness" I disagree. That's what linters and language servers are for :)
I'll try communicating with the clangd maintainers, but this may turn up more often seeing as vscode interprets it as a list.