-
Notifications
You must be signed in to change notification settings - Fork 3
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
Some function symbols do not appear #5
Comments
Hi wshito, Sorry for my late reply, I'm working on company's project and not to have much time for here. Currently, this package is using universal-ctags (https://github.com/universal-ctags/ctags) to analyze all tags for functions, variables, classes, etc. And it seems that the native setting of universal-ctags is not enough, some tags will be missing. Maybe add a customized setting for universal-ctgas will solve it, but I haven't tested this. I'll try it next month! Thanks for your report! And sorry for the inconvenience of missing tags! |
Hi wshito, I added this into .ctags file which is in lib folder, then I can see other functions. |
Related to this, I was wondering if you support arrow functions, for example |
Hi Martinsos, Yes, the official symbols-view is using ctags to do tag/symbol analysis, and not support modern Javascript. In my package, I'm using universal-ctags, but it seems not well support arrow functions. Let me check if there is any update for this. |
Hi lejsue,
However, I feel like I'm missing something because only one of my function declarations needed this fix while the others matched either way. |
Thanks for the great tool! I like the tree view of your package. However, I found some functions not being recognized by the package.
The symbols in the screen shot are sorted as it appears in the source. At the bottom in the navigator, there shows
changeAnchorPart(arg_map)
. However, the source has five more functions after that. You can see in the screenshot thatsetJqueryMap()
andtoggleChat()
are not displayed in the navigator.The Atom version I use is 1.22.0 x64 on Mac.
The Symbols navigator's version is 1.0.1.
The UTF-8 JavaScript source: spa.shell.txt
The text was updated successfully, but these errors were encountered: