Showing var_export output in editor

Can I get the editor to show text in the var_export output format with syntax highlighting and folding?

I don't use PhpStorm yet but am looking for a solution to support a project translating a program from PHP.

0
1 comment

The output format generated by var_export() is literally PHP code, albeit using the good old long syntax for arrays. If your question is whether PhpStorm has PHP syntax highlighting and folding, yes, it does. Otherwise, I can't understand what you're asking.

0

Please sign in to leave a comment.