Visual Studio, Microsoft’s flagship integrated development environment (IDE), has been widely acclaimed for its robust feature set and integration ...
For further actions, you may consider blocking this person and/or reporting abuse
Come with me to tear this down
First of all, it's safe to say that considering VSCode an RTE (Rich Text Editor) is so 2015... 😂
Let's do the checks around VSCode:
Extra features available:
The difference is just that most IDEs come pre-charged with a specific platform tooling (java, C#, PHP and so on), some of them even being locked into solving one particular development lifecycle (Java JVM for example) while VSCode takes the "here you got things you'll probably need in any environment and here you can download the extensions for the platform/language/framework of your likeness" and you DO have .NET official extensions as well as for C# (and many more languages).
Overall, question being, do you really need VS for Linux?
I've coded in Linux for 6 years or so, till WSL2 was released and I bet the experience of VS + Windows 10/11 + WSL2 will be even better than doing so in Linux, I'm now in MacOS and not much difference on that matter overall. I still stick to VSCode for anything.
If you prefer to stick to Linux native it's totally fine, just configure VSCode for your environment, sync the config with your MS Account once done and never look back 😅 I understand that you'll need to configure a couple of things that may come "already done" in VS but it shouldn't be much of a hassle and once it's done... it's done!
Any thoughts on that guys?
Can you use debug mode in VS Code? I can't make it work.
Sure! you need to configure it.
This is a configuration example:
it should be stored in
.vscode/launch.json
(create file and/or directory if missing in your project)For more details please check the reference.
Best regards
Thanks, i will try, i tried sometimes but without sucess. One question, i have to had different configs for Debug work in Node, Bun, Next, React, Vue, Angular?
Between FE and BE usually yes, it depends on how do you want to debug (certain extensions may use one
type
or another).If it's vanilla VSCode without specific debug extensions then the above example should work, just change the
command
s for the ones you use and check that theurl
is correct.Once launching the debug you'll have 3 options (VSCode will show a drop-down with the three
name
s), depending on the specifics of your project one may work or do better than the other.The debug will also be different of course if you code in any other language. C/C++, Python and whatnot, each has it's details.
Best regards
I'm actually quite surprised that there's such a demand. I thought that most people who used Linux did so as they wanted to avoid Microsoft products.
If you're doing .NET you're trying for the best tool for the job, VS on Linux makes tons of sense. Linux is a joy to use as a developer, but for a .NET dev there's really nothing like Visual Studio, especially if you're dealing with large legacy projects. VS Code is acceptable but there's a reason why companies shell out real money for VS.
Maybe I'm missing something but if you're dealing with large legacy projects you're probably working with things like Windows Forms, ASP.NET, ASP.NET MVC, etc. You're not going to be in Linux for that stuff.
As a VS user, I know how powerful it is - I was a little disappointed once when one of my managers suggested I use VS Code instead because it opens projects faster.
LOl tell them yeah all those missing features really lighten the load there!
Maybe I'm not understanding the article, but VS Code is available for Linux:code.visualstudio.com/#alt-downloads
and if that is not enough, there is also: vscode.dev/
Update: I'm an idiot. Sorry I re-read again and saw the difference.
Even for C++ development, I yearn for the Visual Studio experience while working natively with Linux. Heck, VS can already use Clang. I just desire that whole "Solution -> Project" architecture that CLion, VSC, and *Vim seem to lack
Visual Studio Code is a good alternative (and free) but JetBrains Rider is a "real" IDE (but it's not free).
I don't use MonoDevelop since ages, but I think Code or Rider are better.
why anyone would use windows in the first place
I don't really get the difference between VS and VSC
Well. I like to use JetBrains Rider, but it's expensive for me. So, I use Visual Studio Code in Linux. Visual Studio Code is enough for me.
Isn't Visual Studio more expensive than Rider?
Yes, but I use the Community Edition for personal projects.
fair enough. Not sure about now, but sometime ago built-in refactoring capabilities were very basic and one had to buy resharper to do something which was available out of the box in Rider...
I personally use VSCode only on my personal computer. I know it isn't as advanced as Jetbrains IDEs or VS, but it's lightweight and is reasonable for my home projects. I think at Microsoft they promote VSCode as the main coding platform outside of Windows...
Maybe if you give it a "forceful" try (by just removing everything else) for a week it would not look like a crazy option anymore