Hi I just begin to this course. I’m already writing basic programs with VS community 2022 edition so I’m begginer in C# programming.
Now I downloaded VSCode in order to stick with instractions but however I couldnt fix many problems in VScode, even there wasn’t in VS when I downloaded it first time.
In VSCode I already made the platform and basic shapes shown in lecture 4 and later I went to check if I can create new C# console project same as VS but there wasn’t any way to create it so I watched a 5 minute video to solve it, downloaded C# etc. then I was able to do it. But I already having couple problem:
There is no Namespaces shown at top when I’m coding they’re like invisible, but in VS when I code
something it is automaticly detects what class I use and immediately creates "using example " up top.
In VSCode it doesn’t indent correctly and comfortly like as VS community edition , and,
When I try to use " Console.WriteLine(); " its works fine but I dont know why, when I use code snippet " cw ", it comes with System namespace like this : " System.Console.WriteLine(); ".
So I’m not use to using this with namespace. another problem is that when I create new project it doesnt come with main method inside interntal class inside a namespace. Whenever I create a new project in VS there is already ready to use Namespace, internal class etc.
So I Went to see if somebody created a topic for these same problems in Udemy, I found Instructor Nina’s question there, it is very top of the page. I read topics and made some downloads shown there , watched many youtube video but didnt work at all.
If it is gonna come with uncomfort situtations in the future that I cannot fix, I want to ask what if I choice VS community edition 2022 to use with unity instead of VSCode?
Is there an disadvantage to switch VS for using unity? pls let me know if you know anything about this, I need advices. thanks.