主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Duncan Harris
活动总数
9
最后的活动
2020年07月07日 10:51
成员加入日期
2019年09月05日 13:29
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(0)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2020年07月07日 10:51
I landed here after a search to work out how to make the "." in a regex match newlines. However then solved my problem using this which will match all chars including newlines: (?:.|\n)* Thought th...
社区
PhpStorm
Possible to make .* match line breaks (Replace in path)
6 票
创建于
2020年07月07日 10:47
I landed here after a search to work out how to make the "." in a regex match newlines. However then solved my problem using this which will match all chars including newlines: (?:.|\n)* Thought th...
社区
PhpStorm
Multi line search and replace
3 票
创建于
2019年09月06日 08:19
Switching this thread to a support call: don't want to post too much private project info in public.
社区
GoLand
Find usages does not find in main package in cmd folder
0 票
创建于
2019年09月05日 21:42
Yes I do use Go Modules. However I am still inside GOPATH because prior to using GoLand I was using tools which depended on gorename which only works inside GOPATH. Would it help to move outside GO...
社区
GoLand
Find usages does not find in main package in cmd folder
0 票
创建于
2019年09月05日 17:16
in "/home/duncan/.local/src/github.com/sensiblecodeio/projectname/cmd/server/server-main.go" I have: import "github.com/sensiblecodeio/projectname/pkg/dir" which imports files from: /home/duncan/.l...
社区
GoLand
Find usages does not find in main package in cmd folder
0 票
创建于
2019年09月05日 13:29
My GOPATH is ~/.localThis is also set in IDE (as Global GOPATH)
社区
GoLand
Find usages does not find in main package in cmd folder
0 票