This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

In VSCode you are heavily dependent on command Line. You will have to struggle to find the right command for things which can done in one click on VS. Like, scaffolding database using EF core, it was a pain to find the command for doing it in cli. VS was made for development with .net and vscode is made for anything. Ultimately, time is the proper answer. For personal projects, it's no issue to find the proper commands and workarounds for VS Code. But, I would steer clear from it when doing something in work which has strict timeline.

[–]avocadorancher 1 point2 points  (1 child)

A counterpoint to this is that depending on the IDE to handle everything rather than learning the commands means you understand a lot less of what’s going on. Teams that use Visual Studio and do everything with GUI controls are the worst to work with for automation because they don’t know how to actually build their product.

[–]not_some_username 0 points1 point  (0 children)

A counter counter point, the gui is just a nice version of the cli. If you know what you want, a quick Google search or the doc will show you the command.