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: test-plan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ To setup a test project to verify on you can do:
106
106
* Completion is available for types that exist in the project (i.e. `Program`)
107
107
* Typing `@model DateTime` prompts for completion for the `model` symbol and the `DateTime` symbol.
108
108
109
-
#### C# Lightbulbs
109
+
#####C# Lightbulbs
110
110
* Typing `@{ var x = new HtmlString("sdf"); }`results in squiggles under `HtmlString`. Selecting `HtmlString` and pressing Ctrl+. results in a change suggestion to fully-qualify that type name as `Microsoft.AspNetCore.Html.HtmlString`. Hitting enter on that suggestion resolves the squiggles and changes the line.
0 commit comments