Simon Denisov
Simon Denisov

Reputation: 11

Using refactoring functionality within an Intellij plugin

How do I call existing refactoring functionality (Rename, Extract Delagate, etc.) within an Intellij plugin?

The only existing discussion I've found is in a forum from over 20 years ago: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206802075-Refactoring-API.

I took a look at the RefactoringFactory class but it seems to only support rename and create safe delete functionality.

Upvotes: 1

Views: 46

Answers (0)

Related Questions