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 2e5fd68 commit b984dbcCopy full SHA for b984dbc
tern.py
@@ -55,7 +55,6 @@ def on_selection_modified_async(self, view):
55
56
def on_query_completions(self, view, prefix, _locations):
57
sel = sel_start(view.sel()[0])
58
- if view.score_selector(sel, 'string.quoted') > 0: return None
59
if view.score_selector(sel, 'comment') > 0: return None
60
61
pfile = get_pfile(view)
0 commit comments