razor
razor copied to clipboard
Completion is not provided in the generic portion of `@inherits`

Gonna move this to the compiler area path, as it looks to me like an error recovery issue.
Having this in Razor:
Ends up with this in the generated file:
Not surprising Roslyn is not providing completions about generic parameters there :)
Feel free to move it back my guess is wrong.
Turns out this is even more broken in fuse :)
https://github.com/dotnet/razor/pull/10959 marks an integration test as skipped referencing this issue. Please unskip when fixing :)