Hirse/brackets-outline-list

Build a parser instead of using regexp to detect PHP code structure.

yfwz100 opened this issue · 1 comments

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.

#42 may be related.