C
C#•8mo ago
Kaffu

Visual Studio vs Visual Studio Code?

Which one should I use? I'm in Windows I have seen that Visual Studio is more complete as IDE, but also Visual Studio Code has more extensions and it can be used as IDE with the extensions like the C# DevKit, what do you think? Visual Studio is great for me and the memory or disk space is not an issue, but it lacks of extensions meanwhile VSCode has more extensions and it can be used not only for C# but for another languages, including Java... So I'm in a dilemma of not knowing which one should I use everyday
11 Replies
Thinker
Thinker•8mo ago
VS offers a more 'complete' experience for C# than VSCode. VSCode does have Dev Kit which is absolutely usable, but VS is still much more complete. And... you know that you can have more than one program installed on your computer at once, right? Like, you don't have to uninstall VSCode just because you use VS for C#. VSCode is a better IDE for a ton of other languages, no one is saying VS is the end-all-be-all of IDEs.
Kaffu
Kaffu•8mo ago
Yeah, you're right, thank you I was also considering Rider but I don't know Maybe I should try
Thinker
Thinker•8mo ago
Rider is imo waaay better than VS or VSCode. Although it's not free Smadge
Kaffu
Kaffu•8mo ago
Interesting, I'll try it's free trial at least hehe
Thinker
Thinker•8mo ago
also $freerider
MODiX
MODiX•8mo ago
There are two ways to get Rider for free: Being a student: https://www.jetbrains.com/community/education/#students Using it for an OSS project: https://www.jetbrains.com/community/opensource/#support
Kaffu
Kaffu•8mo ago
Thanks!!
Thinker
Thinker•8mo ago
Personally I use Rider for most C# stuff (although not rn, haven't renewed my license, so I'm using VSCode) and VSCode for most literally everything else.
Kaffu
Kaffu•8mo ago
I'll give them a try, thanks 💙
Spiced Crunchy Potatoe
when its not free you have two options, we all know which ones
Thinker
Thinker•7mo ago
It's well worth actually paying for.
Want results from more Discord servers?
Add your server
More Posts
How are DTO utilizedSo I've been writing some end points for my learning project, and I stumbled on DTO. The concept I uFast search an object in a list using his attributeSo I have a list of ships and each ship has a length width, mass and a name. We need to write a methNeed authentication from MVC to WebAPIHi all, Can someone point me in the right direction here. I want to do something simple. I want to sVisual Studio doesnt show errors and projectsHey, I encountered a small issue with Visual Studio Community 2022 - it doesn't show projects in solAsp.Net Core How to create PDF Product Catalog With a template with an image in the backgroundI am developing a web application with Asp.net. The application will select the products on the e-coBest Way to store data for an Discord BotHey everyone, i need some input from some experts 😉 I am trying to build an Discord Bot who gives Rjust begun learning ASP.NET Core MVC and am looking for any good material to help mei am very new to ASP.Net so am just looking for some beginner friendly resources to begin properly lHello. I am facing an issue with null exception after calling OnPost method in my razor pages site.When i call method OnGet i load all of the information about property. public void OnGet(int✅ hey. im new to learning asp.net and was wondering if anyone had any suggestions as where to start?just any ideas of things to do/ things to watch would be great!Measuring sub-millisecond execution time with Methodtimer.FodyI am using https://github.com/Fody/MethodTimer to measure code execution time. The function I am try