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 support for text editor actions "go to next annotation" & "go to previous annotation" #909

Closed
travkin79 opened this issue Feb 7, 2024 · 1 comment

Comments

@travkin79
Copy link
Contributor

Editors like CDT's C++ editor and JDT's Java editor have support for the tool bar actions "next annotation" & "previous annotation" for navigating to the next / previous occurrence of a symbol / identifier (see action bar buttons).
image
These buttons are also activated for the LSP-based C++ editor, but nothing happens if you push them. It would be great if that could be fixed.

It turns out, LSP4E provides extensions for the extension point org.eclipse.ui.editors.markerAnnotationSpecification, but a few keys are missing and that's why the navigation does not work.
image

@travkin79
Copy link
Contributor Author

Thanks for your help, @ghentschke.

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

No branches or pull requests

1 participant