gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

detecting es6 classes and constants #379

Closed deostroll closed 7 years ago

deostroll commented 7 years ago

Hi,

First off, I appreciate the good work. Not sure if my requirement is in scope of this package.

I was expecting if this package provided support for detecting es6 class definitions and constants in code. Usually we can hit CTRL+R and type the name of "the stuff" we want to find. (When working with JavaScript files of course). However, here I don't get the aforesaid two things...

Is this something that could be baked-in to the plugin? Or is there some other package that does this?

gandm commented 7 years ago

Sounds like you need something like atom-ternjs to create a ctags file or you could use nuclide