Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Commented-out functions still create outline items #50

Open BernsteinA opened 9 years ago

BernsteinA commented 9 years ago

in PHP, javascript, and likely other languages.

Hirse commented 9 years ago

Yes, this is not the desired behavior. But with the current detection, it is not easily possible to detect commented blocks without errors.

BernsteinA commented 9 years ago

That's why I filed a bug instead of a pull request :p

Hirse commented 7 years ago

@BernsteinA This should be fixed and released for JS and PHP.