Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Ivan Shcherbak
kotlin & php
Total activity
11
Last activity
September 25, 2018 04:36
Member since
June 23, 2018 12:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
September 25, 2018 04:36
Thanks. Now I get the point of how `createPhpPsiFromText` works.
Community
IntelliJ IDEA Open API and Plugin Development
Inject wrapped expression into braces
0 votes
Created
July 05, 2018 14:15
Hm. I have clean the index and after reindexing, all seems to works fine. Type resolved correctly and works like a charm. No "undefined variable" errors.
Community
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 votes
Edited
July 02, 2018 09:50
https://gist.github.com/funivan/5b9fe0a55190df86402dc03386df2443 Add 3 classes: GoTo implementation Type resolving Completion contributor UPD: link fixed
Community
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 votes
Edited
July 02, 2018 09:36
I`m using PhpTypeProvider3 to recognize types in the PhpStorm. Also, I have implemented GotoDeclarationHandler and VariableCompletionContributor Here is the full source code https://gist.github.com...
Community
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 votes
Created
June 25, 2018 08:57
Thanks a lot. Works without exception.
Community
IntelliJ IDEA Open API and Plugin Development
Specify return type of the Php method
0 votes