We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
function test() {} is shown as f(x) test but export function test() {} is shown as test.
function test() {}
f(x) test
export function test() {}
test
I guess it should have f(x) prefix as well?
f(x)
The text was updated successfully, but these errors were encountered:
@Mikkoun Hi, maybe you can try this newer plugin which meets your expectation ;)
https://atom.io/packages/structure-view
Sorry, something went wrong.
No branches or pull requests
function test() {}
is shown asf(x) test
but
export function test() {}
is shown astest
.I guess it should have
f(x)
prefix as well?The text was updated successfully, but these errors were encountered: