-
Notifications
You must be signed in to change notification settings - Fork 6
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
Call ctags asynchronous #10
Comments
Same problem of time + I don't know much of coffee script and atom package writing. |
Will do my best, expect to have something at around mid/end of august. Let's see. |
So, I investigated a little bit on this topic:
|
Okay, a last word on this topic for today:
In an example with ~4000 variables in one scope, setRoot takes 4 to 8 seconds. Have to investigate this further some time. |
I write the issue here hoping that it will also be fixed somehow in symbols-tree-view.
Problem:
If you are opening a large file with a lot of tags, ctags (or the generation of the tags) is going to be REALLY slow. I think calling the process asynchronous might solve the problem.
I would solve the problem by myself but don't see that I can do it in less than four to eight weeks since I don't have the time, so any help is appreciated. If nothing is happening, I will try to implement this asap.
The text was updated successfully, but these errors were encountered: