Build a parser instead of using regexp to detect PHP code structure.
yfwz100 opened this issue · 1 comments
yfwz100 commented
Currently, the outline is very limited. The function defined inside a class is not described properly. Each constructor in a PHP is defined as the same name. It may make users confused.
In order to support hierarchical code structure, I suggest a parser instead of using regexp to build such code structure.