Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow Functions not listed #166

Open
ugrpla opened this issue May 16, 2017 · 2 comments
Open

Arrow Functions not listed #166

ugrpla opened this issue May 16, 2017 · 2 comments

Comments

@ugrpla
Copy link

ugrpla commented May 16, 2017

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

class Article extends Component {
    changesection = (section) => {
        this.setState({section});
    }
}
@nicolashainaux
Copy link

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
Copy link

fgenoese commented Feb 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants