I used both Visual Studio and Code and settled with VS Code. For me, the most important aspect is performance. VS Code starts up the fastest and indexes my projects the fastest (at least on my systems). I don't want to wait five minutes just so I can edit code. To be fair, I don't really code in C# any more. Now I mostly code in Dart or Typescript
I have to agree here, VS Code uses so much less in terms of computing resources which is huge when testing a more resource-intensive application and just for quick iteration overall.
my fellow human, u know nothing about internet if you think you will search something and you wouldn't find anything about it. there is something about EVERYTHING, on the internet.
@@atharvsharma1866 The thing is that "vs vs vs code" sounds ridiculous to me and thought that youtube may get confused and only bring up like a vs code tutorial and not a conparison between vs and vscode.
After a lot of people recommending the use of Visual Studio Code or other things... I ended up just using Godot instead. Sure, it's technically a game development IDE, but that opens up opportunities for pretty easy/expandable UI options if creating anything with an interface, and the whole thing is incredibly lightweight. Can build apps (or, obviously, games) in it in C#, C++, or the built-in Python-like scripting language; the whole thing is open-source (and builds for any platform); it can be carried around on a USB stick (doesn't require installation); and it's a whopping 60mb or so. I find it very easy to work with compared to VS or Eclipse or the text editors everyone uses, but I'm sure some people will find it doesn't work for them...
Have to admit I have never heard of Godot, I will look into it. The advantage of sticking to the well-known options is when you move between jobs it is likely to be used in the new place as well. Making it easier to get up and production in the new environment.
Sir please Reply to me 🙏I am a Student and trying to do Project of Music player in C++. But there is no option of "New Project" and "Console Application" in VS Code, am i Right Sir ? So that's why i should go with visual studio right ?
I can relate. I was following a course using visual studio when they were using visual studio code. I couldn't find the ejs plugin so here I am. uninstalling vs and installing vs code now
Just use VS code in the end... its better... i am a hobby programmer.. i am still learning but im getting there... my language of choice is Lua... and VS code supported is out of the box from what it seemed like and others... so thats nice
Thank you so much! So in essence, use VS Code for Web or General use for it's wide-range of supported languages, While use Visual Studio for specific / C# related projects (WinForms and such) But still, you're saying the community version is all what a one needs? Then what the hell is the purpose of the paid Subscription? Is it like for advanced users / certain features?
Correct me if I err, but at 2:54, I believe you say "Creating the same project in Visual CODE is much simpler." Isn't this your intro to Visual BASIC, though? You've begun by showing us VBStudio, and now you want us to see Visual BASIC, right? I'm very confused by this.
Is it possible to use VS Code and/or VS Studio Community, to compile a c# sln that was built with VS Studio Pro 2017? ("VisualStudioVersion = 15.0.28307.329 , MinimumVisualStudioVersion = 10.0.40219.1") Just looking to build a csharp project from gh.. no debug, just need the exe. Is there any other way to build it? Google Project IDX?
I want to integrate my my test cases from test plan in azure devops with the automated test cases from visual studio code/visual studio… so that where I automate them the test result in the test plan ado should change Is it possible?
I'm linux user. Is writing code on c# and .NET in linux on VSCode painful thing? Should i download virtual machine to have visual studio on windows there?
nice video don't know how it got recommended to me but very nice explanations will still use vscode but hey, i'm a data scientist python dev the one thing that i would have wanted so much on vscode is a plugin for VS which renders latex inline ( useful for when i comment latex for function documentation)
Well, there you go.. VS Code is great for writing "hello world" type programs that output text to a DOS window! Yay! Is this 1990 again? If you actually want forms and data grids and input boxes and buttons and to actually write a useful desktop program you can't do it with VS Code. I've been writing programs for Windows for many years and not once have I ever wanted to write text to a DOS window! What kind of childish program would I write with VS Code? Why would any serious programmer chose such a limiting program as VS Code over the much more useful tool of Visual Studio? (at least when it comes to Windows desktop programs) I can't believe anyone would recommend a tool that only generates text output with no forms and no display tools.
To setup Visual Studio Code for C#, check out these essential extensions....
ruclips.net/video/kyqipxP0ekk/видео.html
I used both Visual Studio and Code and settled with VS Code. For me, the most important aspect is performance. VS Code starts up the fastest and indexes my projects the fastest (at least on my systems). I don't want to wait five minutes just so I can edit code.
To be fair, I don't really code in C# any more. Now I mostly code in Dart or Typescript
Agreed, VS Code is way faster and uses less memory than Visual Studio. Plus, it supports a broader range of languages.
@EverythingCSharp lua is mine. And love2d engine... its a nice language to use "clean syntax"
I have to agree here, VS Code uses so much less in terms of computing resources which is huge when testing a more resource-intensive application and just for quick iteration overall.
You started off the video perfectly 😁
I searched "Vs vs Vs code" and didnt expect to find anything, yet here i am! Great video.
my fellow human, u know nothing about internet if you think you will search something and you wouldn't find anything about it.
there is something about EVERYTHING, on the internet.
@@atharvsharma1866I dont know, I don't get anything when I search "ajshejaksiejabakkdosjb ajajjanrls" on Google
when u put it like this is sounds hilarious XD
@@atharvsharma1866 The thing is that "vs vs vs code" sounds ridiculous to me and thought that youtube may get confused and only bring up like a vs code tutorial and not a conparison between vs and vscode.
*versus versus versus code*
After a lot of people recommending the use of Visual Studio Code or other things... I ended up just using Godot instead. Sure, it's technically a game development IDE, but that opens up opportunities for pretty easy/expandable UI options if creating anything with an interface, and the whole thing is incredibly lightweight. Can build apps (or, obviously, games) in it in C#, C++, or the built-in Python-like scripting language; the whole thing is open-source (and builds for any platform); it can be carried around on a USB stick (doesn't require installation); and it's a whopping 60mb or so. I find it very easy to work with compared to VS or Eclipse or the text editors everyone uses, but I'm sure some people will find it doesn't work for them...
Have to admit I have never heard of Godot, I will look into it. The advantage of sticking to the well-known options is when you move between jobs it is likely to be used in the new place as well. Making it easier to get up and production in the new environment.
Isnt eclipse a java ide
Using a game engine as a text editor is a sigma male move. The inner workings of your mind are an enigma, my friend
Really, Im learning godot for game development and every tutorial says to get vs code rather than using the in engine editor
Bro you can t run godot stabily with vs code and the buil in code editor is good just like vs code@@PoppoYoppo
i have used several c# ide and i like visual studio community edition.
Great Advantage is while debugging you can go very Deep
I agree, the integrated debugging is better than any other IDE for C#.
i adore how your speech is well-written
Sir please Reply to me 🙏I am a Student and trying to do Project of Music player in C++. But there is no option of "New Project" and "Console Application" in VS Code, am i Right Sir ? So that's why i should go with visual studio right ?
You just solve my millions of years confusion.
I can relate. I was following a course using visual studio when they were using visual studio code. I couldn't find the ejs plugin so here I am. uninstalling vs and installing vs code now
Just use VS code in the end... its better... i am a hobby programmer.. i am still learning but im getting there... my language of choice is Lua... and VS code supported is out of the box from what it seemed like and others... so thats nice
Thank you so much!
So in essence, use VS Code for Web or General use for it's wide-range of supported languages,
While use Visual Studio for specific / C# related projects (WinForms and such)
But still, you're saying the community version is all what a one needs?
Then what the hell is the purpose of the paid Subscription? Is it like for advanced users / certain features?
I have developed an app with vs code but I caanot find extension to create installer. What am I missing?
Correct me if I err, but at 2:54, I believe you say "Creating the same project in Visual CODE is much simpler." Isn't this your intro to Visual BASIC, though? You've begun by showing us VBStudio, and now you want us to see Visual BASIC, right? I'm very confused by this.
Nice video!! Which one do you recommend for C developers? Thanks!
visual studio code
Hi, can I use language c in visual studio because I did not find it
Is it possible to use VS Code and/or VS Studio Community, to compile a c# sln that was built with VS Studio Pro 2017?
("VisualStudioVersion = 15.0.28307.329 , MinimumVisualStudioVersion = 10.0.40219.1")
Just looking to build a csharp project from gh.. no debug, just need the exe. Is there any other way to build it? Google Project IDX?
What do you reccoment for flutter devs
I want to integrate my my test cases from test plan in azure devops with the automated test cases from visual studio code/visual studio… so that where I automate them the test result in the test plan ado should change
Is it possible?
Yes let's talk about it
Can I open the code in vs 2022 that i writted in vs code
yes
I'm linux user. Is writing code on c# and .NET in linux on VSCode painful thing? Should i download virtual machine to have visual studio on windows there?
No, it runs seamlessly on both windows and linux
This is a 101 on how to make a fan in 1 video ❤
I recognize your voice from Unity!
Very Useful
Thanks a bunch
nice video
don't know how it got recommended to me but very nice explanations
will still use vscode but hey, i'm a data scientist python dev
the one thing that i would have wanted so much on vscode is a plugin for VS which renders latex inline ( useful for when i comment latex for function documentation)
Glad it helped!
Well, that was a short video for me.
Great! Thanks :)
the most useful video!
Very helpful. Thank you
You did not mention what IDE to use on Macbook M chips.
Super thank you!!!
intro was interesting
Ah yes, vs vs vs code
Black frames at 2:31
Bother, I never noticed that when reviewing the video. Love your work by the way, being following you for years.
good video.
Isobel Trafficway
Quigley Forks
So both :)
McLaughlin Mall
If your on Mac us vs code
Vandervort Spur
Daryl Junction
Eriberto Squares
awesome
Reinhold Mountain
👏👏
Rodriguez Falls
Thanks for the video, but you forgot about Visual Studio for Mac.
I don't have access to a Mac, so cannot comment on how good that version is.
you're transposing the names and probably don't realize it. FYI
thank you
Vs code V(isual)s(tudio) Visual studio Visual studio win 1
Funk Rapids
Well, there you go.. VS Code is great for writing "hello world" type programs that output text to a DOS window! Yay! Is this 1990 again?
If you actually want forms and data grids and input boxes and buttons and to actually write a useful desktop program you can't do it with VS Code.
I've been writing programs for Windows for many years and not once have I ever wanted to write text to a DOS window! What kind of childish program would I write with VS Code? Why would any serious programmer chose such a limiting program as VS Code over the much more useful tool of Visual Studio? (at least when it comes to Windows desktop programs)
I can't believe anyone would recommend a tool that only generates text output with no forms and no display tools.
Microsoft should come up with a standalome xaml builder or form builder. I wonder why they don't. its as if we are forced to use visual studio 😅
Beier Burg
Jetbrains!
Prosacco Court
Vscode is a speedboat, visual studio is a yacht
Paucek Walk