7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

PHP methods with & prefix not being listed #9

Closed johnrix closed 8 years ago

johnrix commented 8 years ago

PHP methods that include an '&' in front of the method name (optionally separated by white space) are not currently being reported in the symbols list. ('&' in front of a PHP method name indicates the result is returned by reference.)

Examples:

function &myFunc() {...} function & myOtherReturnByReferenceFunc() {...}

7ute commented 8 years ago

Fixed in 2.2 release