Raoul Wols

Results 283 comments of Raoul Wols

This is fixed in the ST4 branch. I don't personally see me fixing this in the ST3 branch, as I have been using ST4 full-time for about a year now....

I've created a project trying to reproduce your issue, but I cannot reproduce it: https://github.com/rwols/lsp-issue-1495 I installed the Clang Format plugin. Packages/User/clang_format.sublime-settings is: ```js { "style": "File", "format_on_save": true, "binary":...

Closing because I cannot reproduce this.

It’s apparently still an issue.

I cannot reproduce this. https://user-images.githubusercontent.com/2431823/120047614-505c3b00-c015-11eb-89be-e577537f3b31.mov In the video above you can see me saving a file as can be seen from the status bar. I then open the diagnostics panel...

> Thanks, Let me explain that when there is an error in the view (which may be caused by some reason), we save the view before the diagnostic response arrives,...

How about listening to `goto_definition` instead https://github.com/sublimelsp/LSP/issues/1093

If it turns out that the langserver has no definitions to provide, we can run a special command, say, lsp_fallback_goto_definition. It does nothing. A command listener can then listen for...

But honestly, there should really exist an EventListener.on_query_definitions (async of course)

labelOffsetSupport was added in 3.14 of the spec. We're at 3.17 now. labelOffsetSupport is a much more clear way to communicate to a language client (us) on what to emphasize....