Skip to content

Commit 6e97d2f

Browse files
committed
fix: default showSignatureHelpOnTyping to true
1 parent e3d7741 commit 6e97d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signature-help-manager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class SignatureHelpManager {
2121
/** Holds a reference to all disposable items for the current signature help */
2222
signatureHelpDisposables: CompositeDisposable = new CompositeDisposable()
2323
/** Config flag denoting if the signature help should be shown during typing automatically */
24-
showSignatureHelpOnTyping = false
24+
showSignatureHelpOnTyping = true
2525

2626
/** Initialization routine */
2727
initialize() {

0 commit comments

Comments
 (0)