php-ast-visualizer icon indicating copy to clipboard operation
php-ast-visualizer copied to clipboard

Print parts of PhpParser\Node\Name in diagram

Open ajthinking opened this issue 3 years ago • 0 comments

Adds the name parts of PhpParser\Node\Name to the diagram output. I needed this to see what nodes the boxes refers to. Not sure it takes to much place though

Before

demo123

Now

demo123

Example file used: https://github.com/laravel/laravel/tree/8.x/app/Models/User.php

ajthinking avatar Jan 06 '22 08:01 ajthinking