custom "go to everything / type" implementation
hi!
i need to be able to my own implementation of "go to everything / type", and filter it to keep only type declarations
can someone point me the starting point?
thanks
Please sign in to leave a comment.
hiThere,
See the JetBrains.ReSharper.Features.Navigation.Features.Goto.GoToType.GotoTypeAction
class for a start.
The method JetBrains.ReSharper.Features.Navigation.Features.GoToDeclaredElement.GotoDeclaredElementAction::Execute
is what shows the Goto menu for it.
GotoByNameController is the main extension point, you'll have to write a
new one to get a totally different behavior, or maybe some of the standards
could be hacked into what you need.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”