dryabov / phpregexp

Support of regular expressions parsing in PhpStorm
MIT License
4 stars 2 forks source link

0.9.4, 0.9.4.1, 0.9.5 Versions Doesn't Work with PhpStorm2019.1 #11

Open onurozden opened 5 years ago

onurozden commented 5 years ago

The 0.9.4, 0.9.4.1, 0.9.5 versions are not working with PhpStorm. My OS Windows 10 Pro. 2 months ago my OS was Arch Linux. The same problem in the plugin. The regular expressions are default string color. See screenshot. Finally, I've downgraded to 0.9.3 version. Now the plugin works fine. the-plugin-is-doesnt-work

dryabov commented 5 years ago

Starting from 0.9.4 I've changed the method of settings are stored (from project-based to global), and it is necessary to open PhpRegExp settings and enable "Parse All Strings" checkbox.

onurozden commented 5 years ago

However, when I install the latest version of this extension, the phpcs and phpcsfixer plugins don't work. I encountered "phpcs.bat can not run" and "phpcsfixer.bat can not run" errors. When I downgrade the plug-in, the plug-ins start working fine.

onurozden commented 5 years ago

@dryabov, would you be interested to this problem? Problem still unsolved.