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: Example/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,12 @@ Open `Program.cs` in Visual Studio with the Serilog Syntax extension installed t
94
94
Colors automatically adapt for light themes with WCAG AA compliant contrast ratios - darker variants of the same color families for optimal readability on light backgrounds.
95
95
96
96
### Interactive Features
97
-
-**Brace matching** when cursor is on `{` or `}` in any Serilog context
98
-
-**Property-Argument highlighting** when cursor is on a property or argument
99
-
-**Light bulb navigation** from properties to arguments
100
-
-**Immediate highlighting** as you type (before closing quotes)
101
-
-**Multi-line support** for verbatim and raw strings
97
+
-**Brace matching** - Position cursor on `{` or `}` to see matching brace highlighted
98
+
-**Property-argument highlighting** - Click on a property or argument to see its pair highlighted
99
+
-**Light bulb navigation** - Code actions to jump from properties to arguments
100
+
-**ESC to clear** - Press ESC to temporarily dismiss all highlights
101
+
-**Immediate highlighting** - Updates as you type (before closing quotes)
102
+
-**Multi-line support** - Works across verbatim and raw string boundaries
0 commit comments