Raoul Wols
Raoul Wols
Excellent, do you want to move that repo to the sublimelsp organization? I'll send an invite regardless and see what happens.
> I just noticed something. We were talking about separator characters but SymbolInformation only has a "containerName" field. which is a single string and doesn't actually show a hierarchy. It's...
You're right, looking at the spec it seems it's not deprecated. In my opinion, editors can make better use of `DocumentSymbol`, because the definition of that struct is more "strict",...
See #1260
This seems to be fixed.
I thought this was about improving textDocument/documentSymbol, but upon closer inspection this issue asks for showing the containerName for when the server returns SymbolInformation[].
Actually, that also already happens: https://github.com/sublimelsp/LSP/blob/b399ee2380ecb17d8ff43949f4a2b5322c869f14/plugin/symbols.py#L194 @genericptr can you describe what it is that you're missing?
I don't think this works.
> EDIT: But shutting down the server will happen async so after the cleanup anyway... Yes. Which is why we need promise/futures/coroutines/awaitables. Slighty related to https://github.com/sublimehq/sublime_text/issues/3686
~~If you can find the time, please also show the payload from the ST3 version. My hunch: you're using a different dart analysis server in ST3 that embeds these images,...