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

Missing function indicator for exported functions in js #182

Open
Mikkoun opened this issue Oct 19, 2017 · 1 comment
Open

Missing function indicator for exported functions in js #182

Mikkoun opened this issue Oct 19, 2017 · 1 comment

Comments

@Mikkoun
Copy link

Mikkoun commented Oct 19, 2017

function test() {} is shown as f(x) test
but export function test() {} is shown as test.

I guess it should have f(x) prefix as well?

@Joouis
Copy link

Joouis commented Nov 25, 2017

@Mikkoun Hi, maybe you can try this newer plugin which meets your expectation ;)

https://atom.io/packages/structure-view

image

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

2 participants