- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 2 months ago
- Understanding the Mechanics of 3D PrintingPosted 4 months ago
- SDS011 the Air Quality SensorPosted 5 months ago
- NIXIE STYLE LED DISPLAYPosted 8 months ago
- TOTEM: learning by experimentingPosted 9 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 9 months ago
- Water Softener Salt Level MonitorPosted 9 months ago
- Sparkly Air SensorPosted 9 months ago
- Ultra sonic distance finder with live statusPosted 9 months ago
- Windows interface to have total control over lampsPosted 9 months ago
Visual Studio Code: a new free editor for windows, linux and osx from Microsoft
Microsoft announced the release of a native Visual Studio application for Windows, Mac OS X, and Linux. Named Visual Studio Code, the company considers to be a “code focused” editor available free of charge to all developers. While part of the Visual Studio family, it has a different feature set than the traditional VS IDE.
VS Code focuses on the following top line features: IntelliSense, built-in debugging, and Git source control integration. IntelliSense support is complemented by Outlining, Find All References, and Go To Definition. The debugging tools include the familiar breakpoints, code stepping, and variable inspection. Thanks to the design of VS Code, additional languages can be supported without changing the application. (According to Microsoft, this functionality will be exposed to end users once documentation is finalized.) This means that while the current version targets ASP.NET development, this is not a permanent restriction and only a result that it is still a preview.
Git support is a big part of the VS Code project, but in order to use this support a local copy of Git will need to be installed on your system. The advantage is that only a single Git instance needs to be configured with the minor inconvenience of requiring a separate install from VS Code. However if Git is already setup on your system, you should be able to install VS Code and use it immediately.
When comparing VS Code to traditional Visual Studio, the biggest difference is that VS Code focuses on being a full featured editor, whereas VS offers a lot more features around projects. VS Code doesn’t have new project wizards or solution files. But it does offer responsive editing, and emphasizes the small details like displaying what the type of line endings are used when working on cross-platform files.
Check more details and screenshots here: Visual Studio Code
Pingback: Visual Studio Code: a new free editor for windows, linux and osx from Microsoft | Open Electronics | The Frogs blog