主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2019年03月05日 12:44
Hi, Sorry for a delay. Unfortunately, there is no way to do it. Feel free to vote for this issue: https://youtrack.jetbrains.com/issue/IDEABKL-6039
社区
GoLand
Was IDE Recognition the 2 fingers scroll left action on Mac?
0 票
已编辑于
2019年03月02日 17:58
There is a very descriptive error message on the screenshot. You set Files field to .../app.go and .../src/app.go, there is no .../app.go file in your project, only .../src/app.go.
社区
GoLand
Cant configure IDE
0 票
创建于
2019年03月02日 17:54
If you mean GOPATH, then yes, usually people use the single one for all projects. But it's not necessary. Also, there is Go modules approach (https://github.com/golang/go/wiki/Modules) that does no...
社区
GoLand
Cant configure IDE
0 票
创建于
2019年03月02日 17:43
> so now i`ll always can run any program? There cannot be "any" program. Only main package is runnable. It's a language restriction. Couple useful links for learning Go: https://golang.org/doc/code...
社区
GoLand
Cant configure IDE
0 票
已编辑于
2019年03月02日 17:38
You don't have any problems right now as well, all you need is copy-paste the hello world. I mean if you name the main function in Java as `MyNameFunction` instead of `main`, it won't be run, right...
社区
GoLand
Cant configure IDE
0 票
创建于
2019年03月02日 17:35
Come on, I can't help you if you remove IDE and projects all the time. > I have to Add Configuration -> + -> Go Build(yes?) ? No, you don't have to do it. As I said, just make a proper Hello wo...
社区
GoLand
Cant configure IDE
0 票
已编辑于
2019年03月02日 17:26
Just put proper package name (main instead of src) and GoLand will suggest you running the file via green arrow nearby main function. Also, all runs will be available in the right click menu on fil...
社区
GoLand
Cant configure IDE
0 票
创建于
2019年03月02日 17:18
> Project GOPATH - my path of project, its ok. On the screenshot there are no paths added to Project GOPATH. Btw, your project root is not valid GOPATH, it doesn't contain src directory in it. > Bu...
社区
GoLand
Cant configure IDE
0 票
创建于
2019年03月02日 17:12
Well, you clicked `Configure GOPATH`, right? Configure it :) Add paths that you want to use as GOPATH for this project or for entire IDE.
社区
GoLand
Cant configure IDE
0 票
创建于
2019年03月02日 17:03
Please attach the screenshot of the run configuration you're trying to run (Edit configurations dialog).
社区
GoLand
Cant configure IDE
0 票
«
第一页
‹
上一页
下一页
›
最后
»