You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/fsharp-visual-studio.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -94,13 +94,13 @@ The following features of the Visual Studio code and text editors are supported
94
94
|Tabify|Converts spaces to tabs.|Yes|
95
95
|Type colorization|Shows defined type names in a special color.|Yes|
96
96
|Quick Find. See Quick Find, Find and Replace Window.|Enables you to search in a file or project.|Yes|
97
-
|**ctrl+Click** to Go to Definition|Allows you to hold **ctrl** and click on an F# symbol to invoke Go to Definition.|Yes|
97
+
|**Ctrl**+**click** to Go to Definition|Allows you to hold **Ctrl** and click on an F# symbol to invoke Go to Definition.|Yes|
98
98
|Go to Definition from QuickInfo|Clickable symbols inside tooltips that invoke Go to Definition.|Yes|
99
-
|Go to All|Enables global, fuzzy-matching navigation for all F# constructs via **ctrl+T**.|Yes|
100
-
|Inline Rename|Renames all ocurrances of a symbol inline.|Yes|
101
-
|Find all References|Finds all ocurrances of a symbol in a codebase.|Yes|
102
-
|Simpify Name code fix|Removes unecessary qualifiers for F# symbols.|Yes|
103
-
|Remove unused `open` statement code fix|Removes all unecessary`open` statements in a document.|Yes|
99
+
|Go to All|Enables global, fuzzy-matching navigation for all F# constructs via **Ctrl**+**T**.|Yes|
100
+
|Inline Rename|Renames all occurrences of a symbol inline.|Yes|
101
+
|Find all References|Finds all occurrences of a symbol in a codebase.|Yes|
102
+
|Simplify Name code fix|Removes unnecessary qualifiers for F# symbols.|Yes|
103
+
|Remove unused `open` statement code fix|Removes all unnecessary`open` statements in a document.|Yes|
104
104
|Unused value code fix|Suggests renaming an unused identifier to underscore.|Yes|
105
105
106
106
For general information about editing code in Visual Studio, and features of the text editor, see [Write code in the editor](writing-code-in-the-code-and-text-editor.md).
0 commit comments