Ivan Shcherbak
kotlin & php
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Ivan Shcherbak 进行了评论, -
Ivan Shcherbak 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
Ivan Shcherbak 创建了一个帖子, 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( ...