I looked and couldn’t find any octobercms plugins for PHPStorm either… Strange as it’s such a popular framework and coding in PHP inside the template functions is painful (no syntax highlighting/autoformatting):
Oof that’s a shame (see Maarten’s last comment on the youtrack thread above, he’s absolutely right). Would be amazing if the OctoberCode author (@ksv ) can do one for PhpStorm
There’s really nothing special about it, except I think JetBrains only supports hard-coded hybrid templating, such as HTML, CSS, and JavaScript in the same file.
They don’t appear to offer the ability for user-land combinations, which would be:
HTML + PHP + Twig = .htm extension
These syntaxes don’t conflict, so it is reasonable and easy to do with most editors. The INI syntax with == divider is just a bonus.
Perhaps there is some technical limitation within JetBrains codebase which prevents this?