i鈥檝e written a blazor app in vscode on a mac and the experience wasn鈥檛 too bad - the biggest pain point is that without the tooling understanding how components cshtml should work it gets indentation wrong a lot
features like refactoring are missing, but this isn鈥檛 as big an issue in practice because you don鈥檛 typically refer to the component types defined by .cshtml from .cs files, or vice versa
for me the biggest problem was autocompletion au using directive generation in cshtml : the namespace on the last release (0.7) don't match the github repo so we have to go to a c#, type the class, let VSCode find the namespace and copy/paste it.
The work here is done!
Thanks Dan, do you have any release date ?
Hopefully some time next week.
Most helpful comment
The work here is done!