Find/Refactor preview pane via Open API
Is there any way to access the functionality of the Find/Refactor preview pane from our own plugin?
I would like to give a user the ability to preview changes about to be made from my plugin. Being able to exclude packages and files, jump to source, etc. would be nice but I don't want to write it all if I can get to it via the Open API.
Thanks,
Rick
请先登录再写评论。
Not Open API but look at UsageView class inside idea.jar
TIA,
Dmitry