Plugin Development: Prompting the user to select a file.
Answered
I'd like to open a dialog and have the user select a file, then return that file, similar to the way one can open a file and get this dialog in Intellij: 
How can I do this in my IDEA Plugin?
Thanks.
Please sign in to leave a comment.
Henry,
Check the FileChooserFactory.
Just what I'm looking for, thanks!