How to disable javascript content-assist #1201
Replies: 3 comments 1 reply
-
At the moment it's not possible to disable content assist. |
Beta Was this translation helpful? Give feedback.
-
I agree with @vrubezhny , the issue is more about the completion proposals not matching your needs and being useless in this context more than the actual behavior of the popup. So this should probably be reported first to typescript-language-server to make the content useful to you.
A contribution that allows to enable this behavior (ie set auto-activation delay to infinite and remove that would be welcome, but it more a preference to add as part of Eclpse Platform Text framework. You'll find there setAutoActivationDelay(0);
enableColoredLabels(true);
enableAutoActivateCompletionOnType(true); Those |
Beta Was this translation helpful? Give feedback.
-
Actually it's not just the completition proposals. Now that AI assist is available it interferes with code suggestions from tools like Codeium or Copilot. I mean, don't get me wrong, sometimes we still need code-completition, but I would much rather seeing this disabled by default and only available when we press CTRL-SPACE. Would it be OK if I opened an issue about this so it can be in the backlog as an enhancement ? |
Beta Was this translation helpful? Give feedback.
-
I'm using version 1.0.5
The content assist in JavaScript is useless for my Sencha code and a little bit "invasive".
Can I disable it ?
Beta Was this translation helpful? Give feedback.
All reactions