Skip to content

Commit c7cb8e1

Browse files
goanpecagatesn
authored andcommitted
Add = to default trigger chars config (#542)
1 parent 96e08d8 commit c7cb8e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

10 KB
Binary file not shown.

pyls/python_ls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def capabilities(self):
143143
'referencesProvider': True,
144144
'renameProvider': True,
145145
'signatureHelpProvider': {
146-
'triggerCharacters': ['(', ',']
146+
'triggerCharacters': ['(', ',', '=']
147147
},
148148
'textDocumentSync': lsp.TextDocumentSyncKind.INCREMENTAL,
149149
'experimental': merge(self._hook('pyls_experimental_capabilities'))

0 commit comments

Comments
 (0)