How to get the selected folder or file path in project view from a tool window plugin?
Answered
I am developing a tool window plugin. From the plugin, I want to get the folder or file path that user selected in project view. But I can't find the the way to do that in docs.
Please sign in to leave a comment.
Pzzll, you can access the currently selected element of the active ProjectView with:
Check also the other getters available in the ProjectViewPane.
Great