Skip to content

Commit

Permalink
fix: default showSignatureHelpOnTyping to true
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 9, 2021
1 parent e3d7741 commit 6e97d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signature-help-manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class SignatureHelpManager {
/** Holds a reference to all disposable items for the current signature help */
signatureHelpDisposables: CompositeDisposable = new CompositeDisposable()
/** Config flag denoting if the signature help should be shown during typing automatically */
showSignatureHelpOnTyping = false
showSignatureHelpOnTyping = true

/** Initialization routine */
initialize() {
Expand Down

0 comments on commit 6e97d2f

Please sign in to comment.