-
Notifications
You must be signed in to change notification settings - Fork 818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream symbols like diagnostics #110
Comments
I think if we want to have a symbol tree like in Eclipse we need a protocol addition to incrementally update an existing tree like we can incrementally update the content of a text document. |
The current symbols action do return "range" for a given symbol. Range are enough to show a tree. The Eclipse/LSP integration already managed to show a tree in the outline for a given file according to symbols. |
@mickaelistria this is possible with our streaming proposal #182 |
Please see also #786 |
Closing the issue. Corresponding support has been speced in dbaeumer/3.15 branch. |
It could be relevant to always show the symbols for a file (Eclipse has the outline view which allows that). In such case, an operation that would "stream" symbols like diagnostics would make it easier to implement a reactive list of symbols.
The text was updated successfully, but these errors were encountered: