You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit Cmd+Shift+F and type regex: \{\n\n, hit the [.*] regex button and then hit return, I get no results:
Suspicious, because I am sure I have some matches.. Then I open a file aggregate.go and I hit Cmd+Shift+F again and return again to perform the exact same search:
Bam! I have matches now, but only from the open file, aggregate.go. Is this a bug?
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
I have a Go project (https://github.com/ahmetalpbalkan/go-linq) and I am looking for this pattern in the codebase: a '{' followed by two new lines.
I have no open files currently.
I hit Cmd+Shift+F and type regex:
\{\n\n
, hit the [.*] regex button and then hit return, I get no results:Suspicious, because I am sure I have some matches.. Then I open a file
aggregate.go
and I hit Cmd+Shift+F again and return again to perform the exact same search:Bam! I have matches now, but only from the open file,
aggregate.go
. Is this a bug?The text was updated successfully, but these errors were encountered: