-
Notifications
You must be signed in to change notification settings - Fork 72
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
Outline View takes a long time to refresh. #667
Comments
This is not expected. Can you please share a file that allows to reproduce this issue? |
Thanks. |
Thanks, Really appreciate it! |
Closing as tm4e pr has been merged. Please open new issue with details if you still have problems. |
I have been using Eclipse PHP with JSDT for a long time but I think JSDT's auto-completion is no longer working with the recent Eclipse (> 2019-03). so I'm considering switching to WWD. There are several issues in WWD compared to JSDT.
One of them is that it takes a long time to refresh the Outline View. One of my JS file has > 20,000 lines and when I edit it, the Outline View tries to refresh, which takes a long time (several seconds showing "Computing symbols") and makes my typing paused and also the auto-completion proposal takes longer to popup. I don't think it's necessary to refresh the Outline every time I add a new line within a function!
Please speed up the Outline View refresh. Or provide a way to defer the refresh of the View (like a choice of "Manual" or "Auto" refresh). Or please refresh it in a smarter way (e.g. defer refreshing while coding within a function or whenever the user is typing). You may propose to hide the Outline View while coding but I don't want to repeat show/hide the View numerous times.
If this slowness is not addressed, I would be hesitant to switch to WWD and I may have to continue using the old Eclipse with JSDT where the auto-completion still works fine (i.e. Eclipse Mars).
The text was updated successfully, but these errors were encountered: