What is VSCommunity?
Visual Studio Community is a free product available to individual developers, open source projects, academic research, education, and small professional teams.
Main features:
● Generate applications for all platforms
● Bring together designer, editor, debugger and profiler in one Tools
● Access thousands of extensions
● Language
● Coding in C#, Visual Basic, F#, C, HTML, JavaScript, Python and more
What is VSCode?
Visual Studio Code (VS Code / VSC for short) is a free and open source modern lightweight code editor that supports syntax highlighting and smart code in almost all mainstream development languages. Features such as completion, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT, etc. support plug-in extensions and are optimized for web development and cloud application development.
The software supports Win, Mac and Linux across platforms. vscode is an increasingly popular editor. Its features are free, open source, multi-platform, as well as integrated git, code debugging, rich plug-ins, etc., and it is gradually known and recognized by everyone.
The difference between VSCommunity and VSCode
Visual Studio Code is just an editor, while Visual Studio Community is an integrated development environment, not just for editing and View the code, and there are other functions, such as compilation, debugging, etc.
Related recommendations: vscode introductory tutorial
The above is the detailed content of What is the difference between vscommunity and vscode?. For more information, please follow other related articles on the PHP Chinese website!