fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Highlight matching delimiters (braces, quotes) when pointed at with cursor #1468

Closed slav closed 7 years ago

slav commented 7 years ago

Description

Highlight matching delimiters when cursor is pointing at the delimiter. Braces are not as important in F# as in other languages, but still are used frequently (lambda functions, computation expressions, etc)

Repro steps

Open a brace '(' and close a brace ')'.

Expected behavior

When you move cursor to either brace, it and the matching brace should highlight.

Actual behavior

When you point cursor at either brace there's no highlight.

Related information

vasily-kirichenko commented 7 years ago

this functionality is provided by Visual F# Tools, please report this bug there.