Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mark Crossfield
Total activity
10
Last activity
September 26, 2022 15:49
Member since
January 24, 2022 16:26
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
3
Activity overview
Posts (0)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
August 09, 2022 17:26
If you are trying to make the . character match newlines (similar to DOTALL mode in Java) you may find this useful. As the docs say: IntelliJ IDEA supports all the standard regular expressions syn...
Community
PhpStorm
Multi line search and replace
9 votes
Edited
August 09, 2022 17:20
As the docs say: PhpStorm supports all the standard regular expressions syntax This means you can use modifiers such as `(?s)` a the start of the expression which: makes the dot match all charac...
Community
PhpStorm
Possible to make .* match line breaks (Replace in path)
3 votes
Edited
January 24, 2022 16:26
I’ve written a command-line script that can be used to manipulate the settings to disable these shortcuts. It’s available here.
General
Known issues
Cmd+Shift+A hotkey opens Terminal with "apropos" search instead of the Find Action dialog
0 votes