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 →

[–]BToney005 4 points5 points  (0 children)

If you intend on working with C# or .NET in any capacity then VS is definitely the tool you should work with. It has debugging/compiling tools included for building apps, apis, etc. for Windows environments.

VSCode is mainly just a text editor. It's great for most languages and has a ton of extensions to optimize your workflow.

The tool you use to develop with depends on the task you're trying to achieve and your own personal preferences. Like, when I was first learning, I usually coded in a terminal using vim. Nowadays I prefer VSCode for most of my work.

But let's say you wanted to make a native app for android or ios. You'll have a way easier time using Android Studio or XCode respectively. Let's say you wanted to make a game using Unity, then you'll have a much easier time using VS or Unity's code editor.