FSharpKeywords Module
Functions and values
Function or value |
Description
|
Full Usage:
KeywordNames
Returns: string list
|
All the keywords in the F# language
|
Full Usage:
KeywordsWithDescription
Returns: (string * string) list
|
Keywords paired with their descriptions. Used in completion and quick info.
|
Full Usage:
NormalizeIdentifierBackticks arg1
Parameters:
string
Returns: string
|
Add backticks if the identifier is a keyword. Remove backticks if present and not needed.
|