Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alexander Zolotov
Follow
New articles and posts
New articles, posts, and comments
Total activity
720
Last activity
August 05, 2020 07:18
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (479)
Sort by recent activity
Recent activity
Votes
Created
January 14, 2019 12:48
Frederic, I cannot recreate the issue. You're welcome to provide diagnostics information here: https://youtrack.jetbrains.com/issue/GO-6392
Community
GoLand
"go list -m -json all" results in permission denied
0 votes
Created
January 11, 2019 14:11
Classpath looks good to me, cannot recreate with the given build file. Could you share the sample project to recreate the problem? The output of `./gradlew :buildPlugin --info` would be useful too.
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:48
> So how can I add platform/util into my compile classpath? Nothing, `./gradlew :runIde` will add it automatically. What about other questions I asked? What SDK do you use? What's the excepti...
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 08:53
Ok, let's start from the beginning. Preferably with the exception. > However, when I try to load an icon, it says com.intellij.openapi.util.IconLoader is not found in the classpath. What exactly it...
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 08:25
If it's a hard dependency than you don't need to load it in IC, so just add a dependency to plugin.xml. I don't see the problem in "Adding `com.jetbrains.php` would have a dependncy resolution erro...
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:17
> Adding `ocom.jetbrains.php` would have a dependncy resolution error if the plugin is loaded with IC You need to make it optional dependency: http://www.jetbrains.org/intellij/sdk/docs/basics/plug...
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 10, 2019 07:37
Have you added a dependency on `com.jetbrains.php` module in your plugin.xml?
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
December 18, 2018 15:48
> Seems like the behavior is different depending on if you have already written the closing parenthesis. Indeed, it works like that. I'll fix this in 2019.1. It looks like not so trivial to type t...
Community
GoLand
How to prevent auto-completion to name return values?
0 votes
Created
December 18, 2018 15:32
Likely you're trying to compile a file, not a package, so Go compiler knows nothing about any packages in the GOPATH. Try to run package or directory instead.
Community
GoLand
GoLand Does not detect struct definitions/elements in same package different files
0 votes
Created
December 18, 2018 10:54
Will be fixed in gradle-intellij-plugin-0.4, not sure about IDEA.
Community
IntelliJ IDEA Open API and Plugin Development
Error publishing a plugin
0 votes
«
‹
5
6
7
8
9
10
11
12
13
14
15
›
»