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 votes
Recent activity
Votes
Created
April 07, 2014 19:25
Hi,If you have configured git root in your project (Settings | Version Control) then you can open annotations via right click on gutter, or via menu VCS | Git | Annotate.Attachment(s):Screenshot 20...
Community
IntelliJ IDEA Users
is it possible to use git blame within intellij
10 votes
Created
September 06, 2018 09:10
Likely, the right thing to do was enabling Go modules support in `Settings | Go | Go modules`
Community
GoLand
How to tell intellij to import my golang 1.11 modules defined in the go.mod file?
5 votes
Created
December 07, 2019 03:18
You need to change both of `json` live template. Likely you changed one but use another.
Community
GoLand
camelCase json for Golang struct tads
1 vote
Created
December 07, 2019 03:13
This is the name of parameter of Println function. Right click on it likely will help you. Also see https://stackoverflow.com/questions/42346480/how-to-disable-parameter-hints-in-intellij-idea/4234...
Community
GoLand
Goland "a...:" appearing in fmt.Println()
1 vote
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
August 11, 2019 11:03
> Basically I want a run configuration equivalent to go test ./... > I guess that a directory configuration is the way to go, but it still doesn't let me run with the debugger. Because it's impos...
Community
GoLand
GoLand unable to debug tests
1 vote
Created
July 01, 2019 08:14
Hi Dmytro. This article is about setting JRE for real IDE, not for sandbox-IDEA. If you're using gradle-intellij-plugin, make sure you're using the latest version of the plugin and see `jbrVersion`...
General
Troubleshooting
Selecting the JDK version the IDE will run under
1 vote
Created
June 27, 2019 13:23
Hi. GoLand doesn't do this. I think it comes from a third-party plugin and it's better to ask the maintainers of that plugin.
Community
GoLand
How to disable showing .env values in tooltip?
1 vote
Created
May 16, 2019 11:05
Hi, You can import it programmatically: TextMateSettings.getInstance().getState().setBundles() the reload bundles: textMateService = TextMateService.getInstance();textMateService.unregisterAllBund...
Community
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
1 vote
Created
May 07, 2019 18:28
> even On mause hover or On click? I mentioned it: > or use Ctrl/Cmd+Hover for references For declaration it looks senseless to me. You're already on a declaration, you can see its type right in ...
Community
GoLand
Variable type hint not showing under the editor tab.
1 vote
Next
›
Last
»