atom / symbols-view

Jump to symbols in Atom
MIT License
163 stars 114 forks source link

#174: identify methods defined as class properties #183

Open reergymerej opened 8 years ago

reergymerej commented 8 years ago

This adds regex to identify methods defined using the class property form.

class foo {
  baz = () => {}
}

screen shot 2016-06-21 at 09 24 27

msiebert commented 6 years ago

This would be super awesome to have! Hopefully it can get merged in soon :+1: