Ivan Shcherbak
kotlin & php
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Ivan Shcherbak commented, -
Ivan Shcherbak created a post, Inject wrapped expression into braces
Hello. I`m trying to change PHP file content on QF. val code = PhpPsiElementFactory.createPhpPsiFromText( project, NewExpressionImpl::class.java, "new $selectFqn()")reference.... -
-
-
-
Ivan Shcherbak created a post, Support custom variables in the html files
I`m writing a plugin to support MVC pattern. In the controller, I have following code (prototype) ```php function handle(Request $r) : Response return $this->view('test/index.html', ['user'=>'fun... -
Ivan Shcherbak commented, -
Ivan Shcherbak created a post, Specify return type of the Php method
I`m trying to write a quick fix to specify method return type: if (method is Method) { val last = method.originalElement.lastChild val donor = PhpPsiElementFactory.createFunction( ...