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.
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.
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.
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
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.
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 use all three, Windows, Mac, and Linux. I wanted to write my code once and have it be able to compile and run on all three, while also being able to use CUDA for harnessing the power of the GPU. The main issues are creating the GUI, and system calls. There is no real good way around the system call thing, besides a bunch of #ifdef checks, and that can get so complicated that you might as well re-write your code for each OS. QT Creator works on all three, and the look and feel is pretty close to native looking, but the libraries are HUGE. A full QT install with all the options is 250 GB! It sure would be nice if there was a grand, unified development stack... until I figure something better than QT out, I will just use c# on windows with Visual Studio. QT Creator on Linux, and Xcode on Mac...
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?
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
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?
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'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....
ua-cam.com/video/kyqipxP0ekk/v-deo.html
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*
You started off the video perfectly 😁
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.
i adore how your speech is well-written
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
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
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#.
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.
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 use all three, Windows, Mac, and Linux. I wanted to write my code once and have it be able to compile and run on all three, while also being able to use CUDA for harnessing the power of the GPU. The main issues are creating the GUI, and system calls. There is no real good way around the system call thing, besides a bunch of #ifdef checks, and that can get so complicated that you might as well re-write your code for each OS. QT Creator works on all three, and the look and feel is pretty close to native looking, but the libraries are HUGE. A full QT install with all the options is 250 GB! It sure would be nice if there was a grand, unified development stack... until I figure something better than QT out, I will just use c# on windows with Visual Studio. QT Creator on Linux, and Xcode on Mac...
you sound like a great teacher - you don't have a C# for beginners course or something?
I don't know but you sound like I want to learn from you haha
Nice video!! Which one do you recommend for C developers? Thanks!
visual studio 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.
Launching the blue one will present you with a UI, while launching the pink one will present you with 3rd degree burns coming from your PC.
What do you reccoment for flutter devs
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?
Can I open the code in vs 2022 that i writted in vs code
yes
I have developed an app with vs code but I caanot find extension to create installer. What am I missing?
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
Great! Thanks :)
Very Useful
Thanks a bunch
Hi, can I use language c in visual studio because I did not find it
if you make a c++ project you can also write in C
Very helpful. Thank you
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
This is a 101 on how to make a fan in 1 video ❤
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?
Super thank you!!!
I recognize your voice from Unity!
So both :)
the most useful video!
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)
Glad it helped!
You did not mention what IDE to use on Macbook M chips.
good video.
intro was interesting
awesome
Well, that was a short video for me.
👏👏
McLaughlin Mall
Quigley Forks
If your on Mac us vs code
Vandervort Spur
Daryl Junction
Isobel Trafficway
Ah yes, vs vs vs code
Eriberto Squares
Reinhold Mountain
Rodriguez Falls
thank you
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.
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 😅
you're transposing the names and probably don't realize it. FYI
Beier Burg
Prosacco Court
Vs code V(isual)s(tudio) Visual studio Visual studio win 1
Paucek Walk
Vscode is a speedboat, visual studio is a yacht
Jetbrains!