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

Add type hierarchy support in CodeQL #561

Open
aeisenberg opened this issue Sep 9, 2020 · 3 comments
Open

Add type hierarchy support in CodeQL #561

aeisenberg opened this issue Sep 9, 2020 · 3 comments
Labels
enhancement New feature or request VSCode

Comments

@aeisenberg
Copy link
Contributor

Type hierarchies in CodeQL can be deep, especially for the core libraries. It would be very helpful for users to be able to explore the entire hierarchy in a single view.

@aeisenberg aeisenberg added the enhancement New feature or request label Sep 9, 2020
@github-actions github-actions bot added the VSCode label Sep 9, 2020
@alexet
Copy link
Contributor

alexet commented Oct 27, 2020

There is no standard lsp support so we would have to implement it ourselves.

The closest there is to a standard is microsoft/vscode-languageserver-node#426 which is used in the java langauge server and also in theia but it was rejected without explanation by the vscode team.

@aeisenberg
Copy link
Contributor Author

There's no standard support, and there's also no command inside of VSCode. It looks like we'd need to circumvent the LSP for this as well as create our own view for it.

@kaspersv
Copy link
Contributor

Official support for type hierarchies was added in LSP v. 3.17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request VSCode
Projects
None yet
Development

No branches or pull requests

3 participants