reserved words with brackets in autocomplete

This commit is contained in:
Aditya Bist
2016-12-15 11:12:36 -08:00
parent 9c6162282a
commit 6e746efad0
2 changed files with 18 additions and 2 deletions

View File

@@ -342,6 +342,14 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
}
}
/// <summary>
/// Retrieves the reserved word list
/// </summary>
public static string[] GetReservedWordList()
{
return DefaultCompletionText;
}
/// <summary>
/// Gets or sets the current workspace service instance
/// Setter for internal testing purposes only