Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Duncan Harris
Total activity
9
Last activity
July 07, 2020 10:51
Member since
September 05, 2019 13:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
July 07, 2020 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...
Community
PhpStorm
Possible to make .* match line breaks (Replace in path)
6 votes
Created
July 07, 2020 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...
Community
PhpStorm
Multi line search and replace
3 votes
Created
September 06, 2019 08:19
Switching this thread to a support call: don't want to post too much private project info in public.
Community
GoLand
Find usages does not find in main package in cmd folder
0 votes
Created
September 05, 2019 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...
Community
GoLand
Find usages does not find in main package in cmd folder
0 votes
Created
September 05, 2019 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...
Community
GoLand
Find usages does not find in main package in cmd folder
0 votes
Created
September 05, 2019 13:29
My GOPATH is ~/.localThis is also set in IDE (as Global GOPATH)
Community
GoLand
Find usages does not find in main package in cmd folder
0 votes