-
Notifications
You must be signed in to change notification settings - Fork 629
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
JavaScript: Support import bar from "./bar.js" #4163
Comments
Please note that the I would like to be able to jump to the EDIT: I'm not sure if this is backend or client side (ctags-client-tools). |
(I renamed the title Subject to associate the issue and the parser name.) |
For languages for programming, the primary task of ctags is to extract names defining language objects.
In bar.js, If I understand ECMAScript correctly, If you don't want to make tags for the anonymous language objects, use These are my understanding. However, I don't know ECMAScript well. |
I tried:
With We must extract Related issues and pull requests: I must study the syntax and semantics of import and export. |
I recongnize again that we need |
The name of the parser:
JavaScript
The command line you used to run ctags:
The content of input file:
foo.js
bar.js
The tags output you are not satisfied with:
The tags output you expect:
I am not sure about the expected output.
The version of ctags:
How do you get ctags binary:
pacman -S ctags
The text was updated successfully, but these errors were encountered: