dependencyinjection@discuss.tchncs.de 1 day ago
As a Visual Studio Professional user it’s so hard to google help for that too without VSCode leaking into the results.
dependencyinjection@discuss.tchncs.de 1 day ago
As a Visual Studio Professional user it’s so hard to google help for that too without VSCode leaking into the results.
Gonzako@lemmy.world 1 day ago
Damn, what do you mainly use it for? The Form designer?
dependencyinjection@discuss.tchncs.de 1 day ago
It’s our IDE of choice at work. Yeah we do some Windows forms stuff but mainly enterprise web applications now using C# .Net Entity Framework, GraphQL, and Typescript React.
Our company is all in on MS, we have windows machines, use Azure etc.
DacoTaco@lemmy.world 1 day ago
You realise visual studio has more features in professional worlds besides the old winforms formbuilder… Right?
Let alone blazor runs better in visual studio than vscode…
Gonzako@lemmy.world 1 day ago
Nah, it’s basically the only thing I used when I learned it way back at uni. Do enlighten me about your IDE.
DacoTaco@lemmy.world 1 day ago
So its called rider and is made by jetbrains :p Its cross platform, does ui’s better than vscode, handles starting web, razor and .net projects out of the box. Has plugins too! :p
No, the only thing imo visual studio has over vscode ( and i use both in my life ) is that visual studio deals with .net projects waaaay better than vscode. Asp api, blazor, wpf, maui, … These are all project types vscode needs some kind of manual config for. Let alone that vscode doesnt do ui previews out of the box while visual studio can.
Visual studio also has a way better intellisense than vscode.
With all of that said, vscode is my go to for general web (js, php,html,…) And c/c++ projects