How can I support XHP in PHPStorm?
Is it possible to write a plugin or extension to support Facebook's XHP syntax in PHPStorm?
https://github.com/facebook/xhp/wiki
Is it possible? Or is this way too deep in the parsing logic/engine? How could I get started?
Or, I know this isn't a common extension to PHP, so it's not on JetBrains' radar, but is this even something you'd consider writing?
Thanks!
Clint
Please sign in to leave a comment.
Hi Clint,
http://youtrack.jetbrains.com/issue/WI-1208
Yes, I'm aware of that post.
But that doesn't answer my question: is it possible to write an extension, particularly now that it has reached 4.0, or not? Is it still complex to implement, *must* it be written by JetBrains developers, or not?
Is it likely to remain this way moving forward? Should I stop looking into this?