PhpActor Action
A simple plugin to implement some PhpActor refactors.
This plugins only use some refactor actions, its is not an LSP!
Currently, this plugin may not work on windows
Requirements
The phpactor command must be set globally or a path to command must be placed on config phpactor-action.phpactorBinPath .
How use
Open command prompt ctrl+shift+p or cmd+shift+p and use commands under Phpactor Actions section.
Available commands
Generate commands
- Generate class scaffold (and override existing)
- Generate enum scaffold (and override existing)
- Generate trait scaffold (and override existing)
- Generate interface scaffold (and override existing)
- Copy a class and change its namespace (must have composer on project root to change namespace automatically)
To be done
- Command to install phpactor
| |