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
July 25, 2018 13:52
Hi. You can depend on Go plugin, so your plugin will be possible to install in GoLand or in IDEA with installed Go plugin: <depends>org.jetbrains.plugins.go</depends> If you want to restrict usage ...
Community
IntelliJ IDEA Open API and Plugin Development
Restrict plugin to GoLand
0 votes
Created
July 18, 2018 18:09
Thanks for the update. Indeed, it's not implemented yet. We implemented moving separate symbols in 2018.2 and going to implement entire file moving in 2018.3, please stay tuned. You can see the pro...
Community
GoLand
Move Go package refactoring does not trigger reference updates
0 votes
Created
July 18, 2018 10:14
> Any idea? Gradle cannot use zip as a compile dependency for Java. You have to unpack it and add jars as dependencies.
Community
IntelliJ IDEA Open API and Plugin Development
How to add a dependency on the com.intellij.lexer classes in Gradle?
0 votes
Created
July 17, 2018 17:23
Hi Chris, com.intellij.lexer classes can be found in com.jetbrains.intellij.idea:intellij-core@zip package at https://www.jetbrains.com/intellij-repository/releases repository. List of available ve...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a dependency on the com.intellij.lexer classes in Gradle?
0 votes
Created
July 06, 2018 18:15
Hi Mahirk, Please provide code sample and steps to recreate the issue. Could you also describe the problems with Cmd+Z in 2018.1.*? We're not aware of any problems with this.
Community
GoLand
Move Go package refactoring does not trigger reference updates
0 votes
Created
June 27, 2018 15:43
The problem was in `-i` parameter. For some reason go build generated corrupted binary if run with `-i`. To avoid using the parameter in GoLand, it can be removed in all already created run configu...
Community
GoLand
runnerw.exe: CreateProcess failed with error 216 with a simple Hello World
0 votes
Edited
June 27, 2018 12:38
GoLand honors GOPATH convention but the convention has nothing to do with creating binaries while compiling. E.g. `go build` put binaries in the working directory. As I said by default binary is no...
Community
GoLand
runnerw.exe: CreateProcess failed with error 216 with a simple Hello World
0 votes
Created
June 27, 2018 12:04
By default generated *.exe is placed in temp directory and removed right after execution finished. Output directory can be configured via `Run | Edit configurations... | <your run configuration> | ...
Community
GoLand
runnerw.exe: CreateProcess failed with error 216 with a simple Hello World
0 votes
Created
June 27, 2018 11:57
Hi Nicolas, According to logs, you're using IntelliJ IDEA Ultimate, so I'm not sure how it's related to GoLand. Anyway, the IDEA you use seems to be quite outdated, could you please check whether t...
Community
GoLand
Adding Parameters to Angular Component and Editor Freezes
0 votes
Created
June 27, 2018 11:49
Please attach entire output of GoLand. Also could you please attach or send me to zolotov at jetbrains.com logs? You can collect them with `Help | Compress and show in <file browser>` action.
Community
GoLand
runnerw.exe: CreateProcess failed with error 216 with a simple Hello World
0 votes
«
First
‹
Previous
Next
›
Last
»