This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
1.0.0-alpha2
Pre-release
Pre-release
Bugs Fixed
- Razor.VSCode occassionally crashes VSCode (#221)
- HTML intellisense initially off by one character (#218)
- CSharp intellisense isn't always correct (#215)
- CSharp intellisense occasionally fails with an exception (#214)
- Incorrect completion in a simple view page (#210)
- Typing quickly can occasionally give inaccurate C# IntelliSense (#187)
- After a Razor file has been opened a prolonged amount of time on OSX C# experience stops. (#166)
Known Issues
- Only ASP.NET Core projects are supported (no support for ASP.NET projects)
- Support for tag helpers and formatting not yet implemented
- Limited support for colorization
- Loss of HTML completions following C# less than (
<
) operator - Error squiggles misaligned for expressions near the start of a new line
- Incorrect errors in Blazor projects for event bindings
- Emmet based abbreviation expansion is not yet supported
NOTE: To disable the preview Razor tooling set the "razor.disabled" setting to true
.