Intellisense for when the text starts with bracket (#164)

* Intellisense for when the text starts with bracket
This commit is contained in:
Leila Lali
2016-12-06 10:09:50 -08:00
committed by GitHub
parent 439845eb0a
commit 379c6170b3
5 changed files with 426 additions and 82 deletions

View File

@@ -977,7 +977,8 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
scriptParseInfo.CurrentSuggestions,
startLine,
startColumn,
endColumn);
endColumn,
tokenText);
},
timeoutOperation: (bindingContext) =>
{