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
November 04, 2019 09:58
> According to this comment in the link above, it is possible to use `-mod=readonly` to disable side effects. No. See the link I gave. readonly mode won't prevent Go to insert go version as it's no...
Community
GoLand
automatically insert system's go version in go.mod
0 votes
Created
November 01, 2019 10:45
Official comment
It's not IDE who inserts it, it's Go itself. No, you cannot disable it. See details here: https://github.com/golang/go/issues/34842
Community
GoLand
automatically insert system's go version in go.mod
0 votes
Edited
October 30, 2019 07:10
Hi, You need to configure it in `Setting | Build, Execution, Deployment | Python Interpreter`. I've filed an issue about it: https://youtrack.jetbrains.com/issue/PY-38796.
Community
GoLand
How to setup Python interpreter
1 vote
Created
October 11, 2019 22:48
@Oshando, everything looks fine to me. Could you share the sources to recreate the problem?
Community
IntelliJ IDEA Open API and Plugin Development
Communicate between two plugins using MessageBus
0 votes
Created
October 11, 2019 09:20
@Zach It's not cross-platform. It requires running a shell for interpreting a pipe.The idea is clear, though. But architecture IDE supposes to run the single process per test run. Of course, it can...
Community
GoLand
GoLand unable to debug tests
0 votes
Created
October 03, 2019 09:33
Hi, This dialog is needed for non-trivial build configuration. Likely you don't need it and can run go programs and tests just via right-click menu on file/directory or using run-icon on the editor...
Community
GoLand
Edit Configuration Dialog
0 votes
Created
September 09, 2019 18:32
Hi Hanan, Both links respond with 404 :( Feel free to mail files directory to my email: zolotov@jetbrains.com.
Community
GoLand
GoLand Shortcuts
0 votes
Created
September 09, 2019 10:44
Hi Hanan, I'm sorry, but the images are not helpful for recreating the problem. What's the exact version of GoLand you use? What keymap do you use? Could you attach logs, please (Help | Compress lo...
Community
GoLand
GoLand Shortcuts
0 votes
Created
September 06, 2019 07:53
Ok, it changes the diagnostics a bit. What's the content of go.mod file? Could you launch `go list -m -json all` in the builtin terminal in your Go Module? What's the output?
Community
GoLand
Find usages does not find in main package in cmd folder
0 votes
Created
September 05, 2019 17:42
Do you use Go modules for the project? If no, enable `Index entire GOPATH` and disable Go modules integration in `Settings | Go | Go Modules` if needed
Community
GoLand
Find usages does not find in main package in cmd folder
0 votes
«
‹
1
2
3
4
5
6
7
8
9
›
»