How do I register an additional handler/action/command for "Open Declaration" (aka F3) in a plugin?
I want to use F3 on String literals in Java code to navigate to the files declaring resource bundle keys. I already have a context menu action ready that does the job. All that s missing is a way to bind it to the key that users are used to.
Extra credit for a complete annotated list of extension points. I m getting tired of having to spend half a day to find the extension point I have to use for a feature. And by "annotated" I mean more than
Identifier: org.eclipse.ui.workbench.texteditor.quickdiffReferenceProvider
Description: Allows contributors to add reference providers for the quick diff display.