Open Koc opened 6 years ago
Will check soon. Thanks for reporting
Sorry, I'm out of a context. Please post more details what do you expect from the PS side?
@artspb This plugin about generating adders/removers for class properties. Does PS plugin API supports track property renaming and rewrite generated adders/removers for them?
The API you're looking for is com.intellij.refactoring.rename.naming.AutomaticRenamerFactory
. The following class can serve as an example: com.jetbrains.php.refactoring.rename.automaticRenamers.FieldAccessorsRenamerFactory
.
For now it i possible to rename class property and getters/setters for them. It would be nice also rename adders/removers. But not sure, is it supported by PS API
// cc @artspb