Dev Insider: Using Visual Studio Code as a source code editor
Dev Insider: Using Visual Studio Code as a source code editor
Smartstore

Dev Insider: Using Visual Studio Code as a source code editor

What is Visual Studio Code?
Visual Studio Code (VS Code for short) is a free source code editor from Microsoft. Visual Studio Code is available cross-platform for the operating systems Windows, macOS and Linux. Visual Studio Code is based on the Electron framework and enables syntax highlighting, code folding, debugging, auto-completion and version management, among other features.

https://en.wikipedia.org/wiki/Visual_Studio_Code  

Did I understand correctly that I can install Visual Studio Code on my Mac?
Yes, exactly. Visual Studio Code can be installed on Windows, macOS and Linux operating systems.   

That's a good thing. What other programming languages are supported by Visual Studio Code?   
Visual Studio Code masters the most important programming languages, for example C#, C++, PHP, Java and HTML as well as ASP.NET, Git, Node.js and JavaScript. Furthermore, Git support has been firmly integrated into the software. CSS and JSON are also supported, as well as Go and Rest. So pretty much everything the heart desires.  

https://www.dev-insider.de/visual-studio-code-als-quelltext-editor-nutzen-a-652108/    

Ok. I think that's very good already. Can I develop code in Visual Studio in other languages besides C#?
Definitely. Visual Studio Code is an IDE for developing cross-platform web and cloud applications. In Visual Studio Code, especially applications with ASP.NET Framework and Node applications will be quick to build. Visual Studio Code supports Web page creation with HTML, CSS, JSON, LESS, SASS, PHP, as well as JavaScript, and offers features such as syntax highlighting for more than 20 programming languages, auto-completion, bracket matching, and customizable keyboard shortcuts, among others.  

Where can I get Visual Studio Code and does it cost anything?
Visual Studio Code is a source code editor and is known but mainly used for developing web applications, but can also be used for traditional applications. Microsoft provides Visual Studio Code as an open source project free of charge.

https://code.visualstudio.com/  

I really like this already. Is it possible to extend Visual Studio Code?
Yes you can. The features Visual Studio Code includes out-of-the-box are just the beginning. VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow. VS Code's rich extension model allows extension authors to plug directly into the VS Code user interface and add functionality through the same APIs used by VS Code. This topic explains how to find, install, and manage VS Code extensions through the Visual Studio Code MarketPlace.  

https://code.visualstudio.com/docs/editor/extension-gallery
https://marketplace.visualstudio.com/VSCode

Can I use Visual Studio Code in German, in other words is there a German language pack?
Yes there is. The German language pack provides a localized user interface for VS Code.

https://marketplace.visualstudio.com/items?ItemName=MS-CEINTL.vscode-language-pack-en   

More news about Visual Studio Code:

10.03.2020 - Visual Studio Code Version 1.43: Microsoft released version 1.43 for all platformshttps://code.visualstudio.com/updates/v1_43

https://www.microsoft.com/de-de/techwiese/news/visual-studio-code-141-das-ist-neu-beim-november-update.aspx  

https://t3n.com/news/microsofts-visual-studio-code-1234736/
https://jaxenter.com/java/java-visual-studio-code-release-january-90635
https://marketplace.visualstudio.com/items?ItemName=MS-CEINTL.vscode-language-pack-en  
https://youtu.be/VqCgcpAypFQ   (Tutorial for Beginners in English)