-
Notifications
You must be signed in to change notification settings - Fork 75
Description
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).