HvyIndustries / crane

PHP Intellisense/code-completion for VS Code
https://hvy.io/crane
Other
240 stars 25 forks source link

AST debugger #209

Open nevadascout opened 7 years ago

nevadascout commented 7 years ago

Create an AST debugger mode similar to https://github.com/Microsoft/tolerant-php-parser/tree/master/syntax-visualizer so we can debug the AST during development of Crane

ichiriac commented 7 years ago

Maybe we could instead JSON use an XML output (I plan to make a library here : https://github.com/glayzzle/ast2xml)

IMO the XML is more readable and optimised for showing nested objects.