ly95 / vsc.php-symbols

Support php symbols for VSCode.
http://ly95.github.io/vsc.php-symbols
MIT License
8 stars 0 forks source link

Invalid symbol being displayed #5

Closed riula closed 7 years ago

riula commented 8 years ago

First thanks for all your hard work.

The issue I'm having is methods are showing up in the symbol list that shouldn't be. I suspect this is because it's including the comments as well.

Example: /** Override function to add something */

"to" will appear in the symbol list as a method

ly95 commented 8 years ago

thx feedback. I will fix it, ASAP.

riula commented 8 years ago

Hey, any chance I can get an update on this? Thank you!

theikalman commented 8 years ago

This also happen to me. And here is the symbols that included from comment: screenshot from 2016-08-19 11-37-44

ly95 commented 7 years ago

Fixed. The new version (v2.0.0) has been released.

jens1o commented 7 years ago

Thanks!