Blazm extension
There are things that are a bit tedious when developing Blazor applications. We have done many of those things throughout the book. I tend to spell things wrong when I code, and when creating an isolated CSS or JavaScript file, I tend to get the name wrong from time to time and even get the file extension wrong. So, I thought, is there a better way to do this?
Yes, there is!
I built a Visual Studio extension that will add some very nice features to Visual Studio.
But why in the world have I waited so long to talk about this!? Well, it’s important to learn the “real” way first, then take the shortcuts.
You can check out the extension here: https://marketplace.visualstudio.com/items?itemName=EngstromJimmy.BlazmExtension
It can help us add a code-behind file and isolated CSS and JavaScript files. It can also help us move namespaces into the _imports
file and much more. But it can also help us generate tests, not the whole way...