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

Would be helpful to differentiate static and non-static PHP methods #10

Closed johnrix closed 8 years ago

johnrix commented 8 years ago

eg. using a different icon or colour.

7ute commented 8 years ago

Yup. That's fixed in 2.2 release.

However, I can't find a non resource-consuming regex to match methods ( as opposed to functions ). I tried nested regex, but am not regex-guru enough to get it working properly.

If ever you manage to get it working, feel free to make a pull request :)