-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Someone posted a comment on the WWD Marketplace page but there is no reply. So, I'm posting here.
The automatic code assist activation is a great feature but the problem is it is slow and my typing is paused. So, I want to turn auto-activation off. But I can't find such an option. I use PHP, which allows me to activate the code assist by CTRL+space, so I want to have this functionality with WWD as well.
Also, while I don't fully understand how LSP works, it is also slow to popup proposals especially right after a JS file is opened. I guess the text editor connects to the Language Server(s) and pulls the information and caches it per JS file? The cache should be maintained for all JS files and at least during the session (while Eclipse is open). Maybe, it would be better to provide an option on how frequently the cache is refreshed (e.g. once a week or a month).
These two issues delay my coding so significantly that I'm still hesitant to switch from JSDT to WWD, which also means I have to stick with an old Eclipse as JSDT's code assist no longer works with the latest Eclipse.