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
PhpStorm has a built-in languague injection for regexps in preg_* functions:
It would be nice if the plugin would add a language injection setting for the regexp methods match and replaceMatches of symfony/string. So we would get syntax highlighting etc. for the regexp arguments.
The text was updated successfully, but these errors were encountered:
PhpStorm has a built-in languague injection for regexps in
preg_*
functions:It would be nice if the plugin would add a language injection setting for the regexp methods
match
andreplaceMatches
ofsymfony/string
. So we would get syntax highlighting etc. for the regexp arguments.The text was updated successfully, but these errors were encountered: