- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 10 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 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