xndcn / symbols-tree-view

A symbols view like taglist for Atom.io
MIT License
116 stars 45 forks source link

Arrow Functions not listed #166

Open ugrpla opened 7 years ago

ugrpla commented 7 years ago

Class methods declared via arrow functions are not listed in the tree view.

class Article extends Component {
    changesection = (section) => {
        this.setState({section});
    }
}
nicolashainaux commented 7 years ago

This seems to work in current version of symbols-tree-nav, though the matching function is sometimes highlighted, sometimes not (this seems to be a bug).

capture d ecran_2017-05-17_06-43-18

fgenoese commented 4 years ago

This bug still seems to be present for me. Who else is experiencing this?