Hovering over F# keywords in Visual Studio and VS Code does not give a tooltip.
This is one of our best ways to help educate newcomers about the correct use of the F# language, e.g. both with a good tooltip and also aka.ms links to good articles in the .NET documentation (e.g. the main article on pattern matching for the match keyword)
Some basic information about keywords is already available in KeywordsWithDescription but we can give more information that this
Hovering over F# keywords in Visual Studio and VS Code does not give a tooltip.
This is one of our best ways to help educate newcomers about the correct use of the F# language, e.g. both with a good tooltip and also aka.ms links to good articles in the .NET documentation (e.g. the main article on pattern matching for the
matchkeyword)Some basic information about keywords is already available in
KeywordsWithDescriptionbut we can give more information that this