主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marat Khabibullin
活动总数
82
最后的活动
2022年10月31日 12:15
成员加入日期
2018年04月02日 09:02
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
28
活动概览
文章(0)
帖子(0)
评论(53)
Marat Khabibullin
进行了评论,
2022年10月31日 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...
社区
DataGrip
SQL file won't load
0 票
Marat Khabibullin
进行了评论,
2021年04月15日 06:45
正式评论
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 ...
社区
GoLand
Can I see the implementation of Nilness Analyzer?
0 票
Marat Khabibullin
进行了评论,
2021年04月07日 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?
社区
IntelliJ IDEA Open API and Plugin Development
how to get Go PSI user defined type's definition.
0 票
Marat Khabibullin
进行了评论,
2021年03月25日 13:02
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
how to get Go PSI user defined type's definition.
0 票
Marat Khabibullin
进行了评论,
2020年05月13日 09:43
正式评论
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: ``...
社区
GoLand
change default package name
0 票
Marat Khabibullin
进行了评论,
2020年04月28日 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...
社区
GoLand
Jetbrains Account Sync
0 票
Marat Khabibullin
进行了评论,
2020年04月28日 08:18
正式评论
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...
社区
GoLand
Jetbrains Account Sync
0 票
Marat Khabibullin
进行了评论,
2020年04月23日 15:43
正式评论
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...
社区
GoLand
"Find usages in file" vs "Highlight usages in file"
0 票
Marat Khabibullin
进行了评论,
2020年04月23日 15:14
正式评论
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.
社区
GoLand
Goland multiple projects same window
0 票
Marat Khabibullin
进行了评论,
2020年03月26日 10:15
正式评论
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...
社区
GoLand
"dep ensure" does not work from terminal
0 票