Ryan Joseph
Ryan Joseph
> The quick panel could be replaced with a ListInputHandler, which is more compact. Only the labels for the items are in the list in that case, and additional information...
> Depends on the use case. In this case, I'm not sure since when you are, for example, looking at three similarly named symbols and want to decide which one...
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 going...
Where are you seeing it's deprecated? Not correct, it's just a string. It's intentionally for non-hierarchical symbols. `SymbolInformation[] which is a flat list of all symbols found in a given...
The entire point of my request was to support containerName is SymbolInformation. :) It sounds like you have a better way to use DocumentSymbols but SymbolInformation is still useful and...
Another issue has been started about how to improve the API for us (https://github.com/sublimehq/sublime_text/issues/3489). If this gets implemented it will be great for LSP but I still stand that SymbolInformation...
What version was this fixed in?
It's been a long time but my last comment on #1260 I think is what this was about. Basically the container name should be included where the type name is...
It's been so long I forget now, but completion panels now work with partial results so is there anything new that would allow symbols to be recalculated as you type?...
Just leaving a comment to reference my request for image offsets in the isometric collision editor (@bjorn says it is related to this issue) https://discourse.mapeditor.org/t/image-offset-in-isometric-collision-editor/4997