Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sofe2038
Total activity
17
Last activity
June 06, 2019 14:38
Member since
May 26, 2018 15:55
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (2)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
June 06, 2019 06:32
How about values from Generator->getReturnValue()? It's really useful when I use `yield from` all the time.
Community
PhpStorm
@yield? in generators phpdoc
0 votes
Created
January 11, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 votes
Created
January 11, 2019 12:41
I am using Gradle structure. So how can I add platform/util into my compile classpath?
Community
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 votes
Edited
January 11, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 votes
Created
January 11, 2019 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.
Community
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 votes
Created
January 11, 2019 07:20
But it is a hard dependency required in my plugin. I need to actually use classes from the PHP plugin.
Community
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 votes
Created
January 11, 2019 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".
Community
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 votes
Created
January 05, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes are in IC-2018.3.2 but not in IU-2018.3.2
0 votes
Created
July 02, 2018 04:25
So the full steps are: Override getReferences() and return PsiReferenceService.getService().getContributedReferences(this) Implement ContributedReferenceHost PsiReferenceRegistrar.registerRefe...
Community
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 votes
Created
May 31, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Why do PSI element types have to have a separate interface and an implementation class?
0 votes
«
First
‹
Previous