Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kirill Smelov
Total activity
38
Last activity
October 18, 2022 13:48
Member since
May 17, 2018 16:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Articles (0)
Posts (0)
Comments (25)
Sort by recent activity
Recent activity
Votes
Created
December 19, 2018 10:15
com.intellij.psi.PsiFileFactory#createFileFromText will create non-physical file which is writable, but yet not present in your project, you have to add it. PsiManager.getInstance(e.getProject()).f...
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Edited
December 19, 2018 09:55
Where is your file located? Try to use com.intellij.openapi.vfs.VirtualFileSystem#findFileByPath (via com.intellij.openapi.vfs.LocalFileSystem#getInstance) to find it, will it help?
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Created
December 19, 2018 09:32
Hey. Here are general IntelliJ guidelines on PSI concept http://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/psi.html - it can give you more general picture. Also consider us...
Community
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 votes
Created
October 02, 2018 09:35
Hello! Unfortunately, for now there is no way to provide custom references on method call programatically. We have technical issue about this ability: https://youtrack.jetbrains.com/issue/WI-42266....
Community
IntelliJ IDEA Open API and Plugin Development
Can I write an PHP extension to define "undefined" magic methods
0 votes
Edited
July 02, 2018 16:20
Unfortunately I still can't figure out why you has such error based on code you provided. Is there any chance that you can share the whole plugin with us so I can debug it and spot the problem? It ...
Community
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 votes
Edited
July 02, 2018 09:40
Could you please provide sources of implemented GotoDeclarationHandler as well?
Community
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 votes
Created
July 02, 2018 09:11
Hello. It seems I will need more information from you, since by default $user inside html won't be parsed into php variable and there can't be such warning. Could you please share the way, how you,...
Community
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 votes
Edited
June 25, 2018 08:38
Exception is thrown cause PsiElement::addBefore expects children as arguments (as specified in it's javadoc), so in your case the right way will be to call addBefore on method. method.addBefore(col...
Community
IntelliJ IDEA Open API and Plugin Development
Specify return type of the Php method
0 votes
Edited
May 25, 2018 11:54
Hello! Unfortunately, for now there is no way to provide custom references on method call programatically. I created technical issue about this ability: https://youtrack.jetbrains.com/issue/WI-4226...
Community
IntelliJ IDEA Open API and Plugin Development
PHP: Provide magic method references?
0 votes
Created
May 18, 2018 07:45
To release plugin you can invoke Build | Prepare plugin for deployment. After that you will get .jar file in your working directory that can be installed as plugin from disk in PhpStorm via Prefere...
Community
IntelliJ IDEA Open API and Plugin Development
PhpStorm Plugin right-click
0 votes
«
First
‹
Previous