Factsheet
What is the difference between VS Code and Visual Studio? Why two different tools of same category exist by Microsoft?
What are the differences between Visual Studio Code and Visual Studio? - Stack Overflow
Why would I not use Visual Studio code
What is VS Code?
Videos
Hey, I want to know why two different tools of the same category exist. Granted, VSCODE is open source and light version, but other than that I don't see any major difference. As I have seen, programmers used VSCODE as the alternative of Visual Studio Code since it provide all the functionality with the extensions.
Visual Studio (full version) is a "full-featured" and "convenient" development environment.
Visual Studio (free "Express" versions - only until 2017) are feature-centered and simplified versions of the full version. Feature-centered meaning that there are different versions (Visual Studio Web Developer, Visual Studio C#, etc.) depending on your goal.
Visual Studio (free Community edition - since 2015) is a simplified version of the full version and replaces the separated express editions used before 2015.
Visual Studio Code (VSCode) is a cross-platform (Linux, Mac OS, Windows) editor that can be extended with plugins to your needs.
For example, if you want to create an ASP.NET application using Visual Studio Code you need to perform several steps on your own to setup the project. There is a separate tutorial for each OS.
Visual Studio Code is an editor while Visual Studio is an IDE.
Visual Studio Code is cross-platform and fast, while Visual Studio is not fast.
Note that Visual Studio for Mac was available but is planned for retirement
Visual Studio for Mac is scheduled for retirement by August 31, 2024 in accordance with Microsoft’s Modern Lifecycle Policy.
I’m doing a college project that wants me to use Mobaxterm for my terminal and WinSCP to transfer files and I’m using a college provided Linux server. In mobaxterm I use a code editor called nedit.
I’ve used VSC on a project before and it was so much easier , and everything was built in one. I told the professor and he said well you could but I think this is better.
I’m confused how this slow multi step process can be better than VSC?
(This is a bioinformatics project using biopython)