Juhász Péter
Juhász Péter
@lstorka Thanks for the workaround! It worked!
Sharing my thoughts about the subject: **Copying other editors** Going in this direction would result in a significantly worse experience, since VS and VS Code play in a different league....
May be related (document opens with **some** colors, but basically nothing works): ``` 10:59:50.449 [LSP][LanguageServer.Semantic.RazorSemanticTokensInfoService] Error thrown while retrieving CSharp semantic range. StreamJsonRpc.RemoteInvocationException: Value cannot be null. Parameter name: Document...
VS 17.10.0 P2 After only half an hour of work it is so broken again that no document can be opened for editing with fully working language services: https://github.com/dotnet/razor/assets/9047283/6c73c288-9ee7-4ca8-a223-499ff76c937e Some...
Unfortunately, I'm not allowed to create a memory dump, but if you work with a medium size project day to day, it should come up quite often. But here is...
Thanks for the explanation. I knew that Razor treats `string` typed properties differently, which is comfy, but I didn't know that it distinguishes `Type` typed properties, too (properties, not generic...
> The Icon is not a parameter like [Parameter] public Type Icon { get; set; } (if it were, you would have to use typeof explicitly), it's a type argument...
Yep, I can confirm it does work.
This is a shorter repro, `o` matches `#region` first and then `object`: https://github.com/dotnet/razor/assets/9047283/4948155e-06e4-4f41-9a5d-03cf461b4218
This is another case when I try to type `out` and get `AccountLayout` committed by a random completion: https://github.com/dotnet/razor/assets/9047283/bf3ca6f5-003c-40fa-b7f5-8c46aa6782b9 It feels like (in same cases) selecting completions are late by...