Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Marat Khabibullin
Total activity
82
Last activity
October 31, 2022 12:15
Member since
April 02, 2018 09:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
28
Activity overview
Articles (0)
Posts (0)
Comments (53)
Sort by recent activity
Recent activity
Votes
Created
October 31, 2022 12:15
Hey Andrei. I am helping Daniil. I have sent your comment to a responsible developer and asked if there is any workaround right now. If you do not mind, it would be easier to continue the communica...
Community
DataGrip
SQL file won't load
0 votes
Created
April 15, 2021 06:45
Official comment
Hi. GoLand is a commercial product, so we cannot show the sources. As for the nilness analyzer itself, it has a number of problems right now, its internal model is a bit inaccurate, and this leads ...
Community
GoLand
Can I see the implementation of Nilness Analyzer?
0 votes
Created
April 07, 2021 10:32
Hm. You code looks valid, so I am not sure what could be wrong. As your plugin is managed by Gradle, could you try to execute the test using Gradle, not JUnit directly?
Community
IntelliJ IDEA Open API and Plugin Development
how to get Go PSI user defined type's definition.
0 votes
Created
March 25, 2021 13:02
Official comment
Hey. Your PsiElement should be a GoStructType. In that case, you can do something like this: private void printFields(@NotNull GoStructType structType) { for (GoFieldDeclaration declaration : stru...
Community
IntelliJ IDEA Open API and Plugin Development
how to get Go PSI user defined type's definition.
0 votes
Created
May 13, 2020 09:43
Official comment
To achieve this, please perform the following steps: 1. Open "Preferences | Editor | File and Code Templates" 2. Select "Go File" in "Files" tab. 3. Replace the template text with the following: ``...
Community
GoLand
change default package name
0 votes
Created
April 28, 2020 09:42
Is it only editor font or also the UI font? If it is only the editor, use "Restore Defaults" in "Preferences | Editor | Font". If it is UI also, you can try to fix it manually in "Preferences | App...
Community
GoLand
Jetbrains Account Sync
0 votes
Created
April 28, 2020 08:18
Official comment
Hi, Sorry to hear you are experiencing this issue. Please try disabling settings synchronization as described here:https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#8858b9ef Does i...
Community
GoLand
Jetbrains Account Sync
0 votes
Edited
April 23, 2020 15:45
Official comment
Hi, Since 2020.1, there is no differences between them. Before 2020.1 they had some subtle differences, for example "Find usages in file" was automatically navigating to the first usage. Having two...
Community
GoLand
"Find usages in file" vs "Highlight usages in file"
0 votes
Created
April 23, 2020 15:14
Official comment
vincent_c_chen, we are aware of that UI issue, it will be handled here: https://youtrack.jetbrains.com/issue/GO-8314. Sorry for the inconvenience.
Community
GoLand
Goland multiple projects same window
0 votes
Created
March 26, 2020 10:15
Official comment
Hi. Did you set the GOPATH in the "Preferences | Go | GOPATH"? If not, please do that, then close and open the terminal tab again, make sure the GOPATH is correct by running 'echo $GOPATH', and try...
Community
GoLand
"dep ensure" does not work from terminal
0 votes
Next
›
Last
»