Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
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 (480)
Sort by recent activity
Recent activity
Votes
Created
May 06, 2019 08:45
> As I remember, when we click on some variable, Golang would show the variable type under the editor tab( I do highlighted above ) It's breadcrumbs panel, it doesn't show the type, only path to th...
Community
GoLand
Variable type hint not showing under the editor tab.
1 vote
Created
March 05, 2019 11:42
Sounds interesting. Filed the feature request here: https://youtrack.jetbrains.com/issue/GO-7024
Community
GoLand
Proposal: autocomplete also by constant values
1 vote
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
1 vote
Created
December 18, 2018 08:45
The error is displayed in the editor: I'll check why it's not shown in the build log. You'd better review the plugin.xml. Besides the error in the description tag, you also do not include any modu...
Community
IntelliJ IDEA Open API and Plugin Development
Error publishing a plugin
1 vote
Edited
December 05, 2018 08:26
> I can do it just in IDEA version I set in build.gradle file before building Yes, that's the point. You build different plugin distribution for different IDE major versions. You can upload all the...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin for few IDE versions
1 vote
Edited
November 08, 2018 16:07
Hi, No, it's not expected. I've filed the issue about it: https://youtrack.jetbrains.com/issue/GO-6401 Thanks!
Community
GoLand
Goland doesn't format code properly when writing semicolons
1 vote
Created
October 28, 2018 15:10
> What steps need to be follow.... The link above contains steps. The plugin can be compiled with buildPlugin task, it will be put in `build/distributions` directory.
Community
IntelliJ IDEA Open API and Plugin Development
error in publish a plugin using "publishPlugin"
1 vote
Created
October 28, 2018 12:15
> I am using gradle Version: 181.5087.20. There is no such version neither gradle nor gradle-intellij-plugin. It's an IDEA version. I don't see any `framework for secure coding` plugin at plugi...
Community
IntelliJ IDEA Open API and Plugin Development
error in publish a plugin using "publishPlugin"
1 vote
Created
October 22, 2018 10:10
Hi Henry, Here is the comprehensive documentation that covers your question: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/README.md ``` plugins - The list of bundled IDEA plugins...
Community
IntelliJ IDEA Open API and Plugin Development
Adding "plugin on disk" as a dependency for another plugin
1 vote
Created
October 10, 2018 13:32
Hi Christofer, Looks like a bug. Not sure which tool is to blame yet. Could you please run the exact command that GoLand does in the terminal and attach the output here? Or please give a link to a ...
Community
GoLand
Test output contains no newlines
1 vote
«
First
‹
Previous
Next
›
Last
»