主页
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)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年03月01日 10:55
Hm.. Your project uses Go modules, right? (I see it is outside of the GOPATH). If true, have you enabled Go modules integration (Preferences > Go > Go Modules)?
社区
GoLand
Couple of problems coming from VSCode
0 票
创建于
2019年03月01日 09:21
IDE also has a minor version number, the latest IntelliJ Idea Ultimate version is 2018.3.5. What is the minor version in your case? To check this, select IntelliJ -> About IntelliJ from the main menu.
社区
GoLand
Couple of problems coming from VSCode
0 票
创建于
2019年03月01日 08:34
Also, what is your IDE version?
社区
GoLand
Couple of problems coming from VSCode
0 票
创建于
2019年02月28日 17:11
Also, before sending, please open Run > Edit Configurations and check "Share" for the incorrectly generated run configuration. That way it will be saved to the project, and I will be able to see it.
社区
GoLand
Couple of problems coming from VSCode
0 票
创建于
2019年02月28日 17:09
No, it should not. What is your IDE version? Could try to reproduce the issue with some hello-world style project? Just create the project with one package, any function and any dummy test for it....
社区
GoLand
Couple of problems coming from VSCode
0 票
创建于
2019年02月28日 16:56
正式评论
Hi. > Is there not a default somewhere I can set to have every Go test run as "directory" so I don't need to add a brand new configuration for every test I want to run, and then have to screw aroun...
社区
GoLand
Couple of problems coming from VSCode
0 票
创建于
2019年02月26日 08:56
正式评论
Hi. GoLand uses `delve` as a debugger. And pausing on panics is expected behavior of the `delve`, it was implemented here:https://github.com/go-delve/delve/issues/317 There is no option to disable ...
社区
GoLand
Don't pause on panic
0 票
创建于
2019年02月25日 18:05
Oh, I see. In that case, IDE does really invoke https://github.com/cweill/gotests. And, unfortunately, it is not possible to customize the template for it. We have plans to improve the situation. P...
社区
GoLand
Gotests: Modifying templates doesn't change generated code
2 票
创建于
2019年02月25日 17:39
So, if I get it correctly, your goal is to rename variables used in the generated template (tests -> testCases, test -> testCase). Am I right? If true, it works as expected in my case. Please, see ...
社区
GoLand
Gotests: Modifying templates doesn't change generated code
0 票
创建于
2019年02月25日 16:51
正式评论
Hi! I need a bit more details to help you: > I followed the help page on the jetbrains website Could you provide a link to the page, please? > changed the proper template in the settings Whic...
社区
GoLand
Gotests: Modifying templates doesn't change generated code
0 票
«
第一页
‹
上一页
下一页
›
最后
»