mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-06 01:25:43 -05:00
reserved words with brackets in autocomplete
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user