Skip to content

Commit 815aeca

Browse files
committed
acrolinx
1 parent 6063326 commit 815aeca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/ide/fsharp-visual-studio.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ The following features of the Visual Studio code and text editors are supported
9494
|Tabify|Converts spaces to tabs.|Yes|
9595
|Type colorization|Shows defined type names in a special color.|Yes|
9696
|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|
9898
|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|
104104
|Unused value code fix|Suggests renaming an unused identifier to underscore.|Yes|
105105

106106
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

Comments
 (0)