主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kirill Smelov
活动总数
38
最后的活动
2022年10月18日 13:48
成员加入日期
2018年05月17日 16:22
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
13
活动概览
文章(0)
帖子(0)
评论(25)
按最近的活动排序
最近的活动
投票数
创建于
2018年12月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 票
已编辑于
2018年12月19日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 票
创建于
2018年12月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Add element to PSI
0 票
创建于
2018年10月02日 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....
社区
IntelliJ IDEA Open API and Plugin Development
Can I write an PHP extension to define "undefined" magic methods
0 票
已编辑于
2018年07月02日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 票
已编辑于
2018年07月02日 09:40
Could you please provide sources of implemented GotoDeclarationHandler as well?
社区
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 票
创建于
2018年07月02日 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,...
社区
IntelliJ IDEA Open API and Plugin Development
Support custom variables in the html files
0 票
已编辑于
2018年06月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Specify return type of the Php method
0 票
已编辑于
2018年05月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PHP: Provide magic method references?
0 票
创建于
2018年05月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PhpStorm Plugin right-click
0 票
«
第一页
‹
上一页