-
|
Is it possible to disable this? |
Beta Was this translation helpful? Give feedback.
Answered by
mkslanc
Aug 25, 2025
Replies: 1 comment
-
|
Hi, yes, simply pass {functionality: {
signatureHelp: false
}to provider init (to ProviderOptions) let provider = LanguageProvider.fromCdn("https://cdn.jsdelivr.net/npm/ace-linters/build", {functionality: {
signatureHelp: false
}}); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mkslanc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi, yes, simply pass
to provider init (to ProviderOptions)
similar to this ->