Finding all the files currently being viewed in Intellij
Hello,
I am trying to write a plugin and need information about files currently open and being viewed in Intellij editor. Is there a way to do is?
Thanks,
Nihar
Please sign in to leave a comment.
You can get VirtualFiles and Editors (and their Documents) from FileEditorManager.