We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d7741 commit 6e97d2fCopy full SHA for 6e97d2f
src/signature-help-manager.tsx
@@ -21,7 +21,7 @@ export class SignatureHelpManager {
21
/** Holds a reference to all disposable items for the current signature help */
22
signatureHelpDisposables: CompositeDisposable = new CompositeDisposable()
23
/** Config flag denoting if the signature help should be shown during typing automatically */
24
- showSignatureHelpOnTyping = false
+ showSignatureHelpOnTyping = true
25
26
/** Initialization routine */
27
initialize() {
0 commit comments