phpactor.el
phpactor.el copied to clipboard
Interface to Phpactor (an intelligent code-completion and refactoring tool for PHP)
I'm getting `Template "Method.php.twig" is not defined` when I try to run `phpactor-implement-contracts`. Can somebody help?
When I have my cursor on a member variable and select "properties/accesor(a)" from the transient command or using php-generate-accessors I get: > phpactor--action-input-parameters: Keyword argument :multi not one of (:default...
I have some problems with the `phpactor-create-new-class` seems the json serialization is not working correclty (it may be related to [this issue](https://www.reddit.com/r/emacs/comments/if2gy4/heads_up_emacs_27_jsonserialize_cant_serialize/). I'm using Emacs 27.1 compiled from the official...
現在、phpstanをグローバルにインストールしている場合にバイナリファ イルを見つけられません。 find-executableによる検索を追加しました。
rename doesn't seem to work properly - it doesn't recognise accessors/getters or the member data within them. eg here I rename member variable $logger to $_logger both locally and "in...
I have created a new constructor parameter using company-phpactor completion and unlike the company-lsp completion it doesnt add the namespace. I had thought that phpactor-fix-namespace would fix this or prompt...
I wanted to see how it would behave. ~~attention, this is based on branch feature/phpactor-executable-defcustom-take2~~
I'm not really happy to change such a global variable but I did not find a working solution to have it changed only temporarily. fixes #123