+ 5
What is the difference between visual studio and visual studio code??
Are they so much different? Which one do you recommend i should use?
8 Respostas
+ 2
Visual Studio is the legacy Microsoft development tool that was written in C++ and runs on Windows.
Visual Studio code is open source, written in Javascript and based on electron. It is portable and runs on windows, Mac and Linux. Microsoft even sells a hosted version that runs in your browser.
Both are IDEs, but vscode language support is based on plug-ins, and therefore supports many more languages that visual studio.
Visual studio pluses : does best what it knows : c++ and c# development
Vscode pluses : open source, runs everywhere, thousands of plugins
+ 11
VS code is cross-platform and a text editor (open-source).
Visual Studio is an IDE.
More answers:
https://stackoverflow.com/questions/30527522/what-are-the-differences-between-visual-studio-code-and-visual-studio
https://stackshare.io/stackups/visual-studio-vs-visual-studio-code#:~:text=Visual%20Studio%20is%20a%20suite
https://www.infoworld.com/article/3436860/visual-studio-code-vs-visual-studio-how-to-choose.html
+ 8
Visual Studio Code is an editor while Visual Studio is an IDE.
+ 4
According to stack share: Visual Studio is a suite of component-based software development tools and other technologies for building powerful, high-performance applications. On the other hand, Visual Studio Code is detailed as "Build and debug modern web and cloud applications.
I would use vscode if you trying to build website with html, css, js, etc. But if you want to use languages like C++ then go with Visual Studio
+ 4
You need to intall extension for particular languages you can see on Youtube how configure extension after that you can easily Compile and run your code .
+ 3
And what is the difference between thoseZohaib đ
+ 3
I downloaded both vs and vs code. But i didnt know how to compile. There is no compile button
+ 1
Vs code light wait can run any window
But it extension dependent first install extension for your language than you able to work like live server for bootstrap
Visual studio heavyweight software, it configuration iis server by default and manay other services
i don't know about more language but i work on .net than i prifer visual studio and i also recommen for you