Skip to content

Commit 1305d32

Browse files
Update Razor to include more C# actions
1 parent 4b4295e commit 1305d32

File tree

4 files changed

+373
-189
lines changed

4 files changed

+373
-189
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.21.10 (Not yet released)
2+
* Updated Razor support (PR:[#3524](https://github.com/OmniSharp/omnisharp-vscode/pull/3524))
3+
* Added quick info (hover) support for TagHelper and Blazor components. You can now hover over TagHelpers, Components and their attributes to understand what associated C# type you're hovering over in addition to an attributes expected value type.
4+
* Migrated Razor's project understanding from the VSCode extension into the Language Server. This enables the language server to reboot without extra assistance (reliability) from an LSP client and also enables future Razor LSP clients to have richer functionality with less "work".
5+
* Added C# light bulbs to enable users to "Fully Qualify" members that are causing errors.
6+
* Expanded Razor's TextMate grammar colorization support to understand email addresses and `await foreach`.
7+
* Several bug fixes
8+
19
## Known Issues in 1.21.9
210

311
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:

0 commit comments

Comments
 (0)