主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sofe2038
活动总数
17
最后的活动
2019年06月06日 14:38
成员加入日期
2018年05月26日 15:55
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(2)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2019年06月06日 06:32
How about values from Generator->getReturnValue()? It's really useful when I use `yield from` all the time.
社区
PhpStorm
@yield? in generators phpdoc
0 票
创建于
2019年01月11日 13:16
You just mentioned that project SDK is not used if the gradle-intellij-plugin is used. So I just tried, and indeed, using Java 1.8 or PhpStorm install-dir as the SDK did not change what is availabl...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 票
创建于
2019年01月11日 12:41
I am using Gradle structure. So how can I add platform/util into my compile classpath?
社区
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 票
已编辑于
2019年01月11日 08:47
My original problem is that com.intellij.openapi.util.IconLoader is not found in the classpath when I set intelij.version as "IU" (which is the only thing I want), but for some reason, setting inte...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 票
创建于
2019年01月11日 07:23
The problem here is that I want to actually test the plugin with IU (such that it has the PHP plugin), but when I am testing on IU it has dependency errors.
社区
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 票
创建于
2019年01月11日 07:20
But it is a hard dependency required in my plugin. I need to actually use classes from the PHP plugin.
社区
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 票
创建于
2019年01月11日 07:13
Adding `ocom.jetbrains.php` would have a dependncy resolution error if the plugin is loaded with IC, so I have to delete that line when the build.gradle intellij.version is "IC".
社区
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 票
创建于
2019年01月05日 08:54
In addition, I see that IconLoader.class is still present in my project SDK (%AppData%\Local\JetBrains\Toolbox\apps\PhpStorm\ch-0\183.4588.24\lib\util.jar!\com\intellij\openapi\util\IconLoader.clas...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 票
创建于
2018年07月02日 04:25
So the full steps are: Override getReferences() and return PsiReferenceService.getService().getContributedReferences(this) Implement ContributedReferenceHost PsiReferenceRegistrar.registerRefe...
社区
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 票
创建于
2018年05月31日 06:12
I even System.out.println() directly to check what elements I have traversed: https://github.com/SOF3/libglocal-idea-plugin/blob/master/src/io/github/sof3/libglocal/idea/ref/LibglocalReferenceContr...
社区
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 票
«
第一页
‹
上一页