- This topic has 4 replies, 2 voices, and was last updated 7 years, 6 months ago by support-swapna.
-
AuthorPosts
-
Fedor LosevParticipantFirst, it is slow. It takes second or two and sometimes more which is a lot for fluent development.
I understand it may be difficult to implement efficiently among other priorities (though it is definitely possible and I hope it will be resolved some day). However, some rudimentary caching and incremental update is not that complex. For example, when the caret is still in the same context, it makes no sense to clear completely and recompute the list. For example, it can show previously cached list along with ‘Computing more proposals’ and replace the old list when computing it done.
Second, even more annoying and critical is frequent freeze of the editor UI. Not completely, but it feels sluggish, one can not move cursor freely or edit text to cancel the current ‘computing’ drop down. This is very frequent situation. You recall the function name on the fly or decide to re-edit, your focus moved to different context and you flow with the thought and it just hang. You are sitting and waiting for a second while ‘computing’ closes.
Obstacle and distraction free, fluent source text editing is #1 priority of context assist. If it can not accomplish this #1, all its bells and whistles are worth much less.
support-swapnaModeratorFedor,
Sorry that you are seeing performance issues with content assist in TS files. I have escalated your concerns to the dev team and they will get back to you soon.
Apologies for inconvenience caused.
–Swapna
MyEclipse Support
support-swapnaModeratorFedor,
We could not replicate the performance issues with content assist in TS files at our end.
Can you please record a video and share with us to help us get a visual of the performance problems you are seeing?–Swapna
MyEclipse Support
Fedor LosevParticipantSeems that after last WebClipse update it works smooth. Either it was resolved or was temporary Eclipse glitch (or some changes in my code make it go away). In general I think it started to happen after importing something from rxjs but not sure now.
I’ll try to reproduce and record if happens again.
support-swapnaModeratorFedor,
Glad that the issue could not be replicated with Webclipse 2017 CI 5. Do share with us the video if you see the problem again.
–Swapna
MyEclipse Support -
AuthorPosts