Public API for SymbolsModel #630
ghentschke
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
If it's for the Project Explorer, then it means it's using the common navigator framework (CNF) and LSP4E already provides extensions for this framework (that would only need to be enabled for the Project Explorer). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'am currently working on a LS based Project Explorer View. The children of a Translation Unit / Document shall be fetched from the LS.
I reused the
org.eclipse.lsp4e.outline.SymbolsModel
for it.Are there any plans to provide a stable API for the SymbolsModel?
I think there a several possible application which uses a TreeView for a Translation Unit/Document (Outline, Project Explorer, ...) and it makes sense to reuse the data model.
Beta Was this translation helpful? Give feedback.
All reactions