Skip to content
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

[structure view] create project structure view UI for VSCode #1492

Open
martinlippert opened this issue Feb 28, 2025 · 0 comments
Open

[structure view] create project structure view UI for VSCode #1492

martinlippert opened this issue Feb 28, 2025 · 0 comments

Comments

@martinlippert
Copy link
Member

Create a tree view part for VSCode that can display the structural view of a Spring project.

In order to get the project tree nodes, we need a new custom LSP message to get this information from the language server, which can deliver this information using the SpringMetamodelIndex nodes for projects.

At the moment, the outline view (based on LSP DocumentSymbols) uses document symbols created from this project structure, but it transfers objects of type DocumentSymbol between the client and the server. Theoretically, we could do the same for the whole project, but we need to decide whether it is better to transfer the index nodes directly as a data structure or let the server create a document symbol tree from it and transfer that to the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants