How to make an external file available for "Go to File" action?
In my plugin settings I choose a file that is external for my content roots. I hit "Ctrl+Shift+N" and start typing a name. I want files chosen in 1) to be available for selection.
Please sign in to leave a comment.
Hello Max,
The easiest way is to register a ChooseByNameContributor in the gotoFileContribitor
extension point.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
That's exactly what I wass looking for. Thx.