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

Support for getters/setters. #15

Closed trusktr closed 7 years ago

trusktr commented 8 years ago

The plugin shows classes and class methods, but it doesn't show getters/setters. For example, in the following, the symbols list doesn't show bar, only foo:

class SomeClass {
  foo() {}
  set bar(value) {}
  get bar() {}
}

The actual result is:

screen shot 2016-06-12 at 3 38 42 pm

It could be something like (made in Gimp, but you get the idea):

screen shot 2016-06-12 at 3 38 42 pm2

mbuc82 commented 7 years ago

Hello @trusktr ,

for what language do you need this? I guess this would be easy to achieve...

Regards

trusktr commented 7 years ago

Hi @mbuc82, it's for JavaScript.

trusktr commented 7 years ago

It would be awesome!

mbuc82 commented 7 years ago

Hello @trusktr ,

i've added symbols for getters and setters, they will be included in the upcoming release. Please let me know, if you face any further problems. Until then i would close this issue.

Regards