InfoQ Homepage Visual Studio Code Content on InfoQ
-
Microsoft Announces AI-Assisted IntelliCode for TypeScript and JavaScript in VS Code
Beyond the typical IntelliSense or code completion developers have come to appreciate, earlier this year Microsoft announced IntelliCode, a set of capabilities that provide AI-assisted development. The VS Code team has now announced a new experimental extension to bring IntelliCode to TypeScript and JavaScript users.
-
Visual Studio Code 1.29 Improves Search, Debug, and More
Visual Studio Code October 2018 release, numbered 1.29, introduces a number of significant new features, while confirming Visual Studio Code trend as the most used text editor in the JavaScript ecosystem.
-
Visual Studio Code 1.25 Sports New Grid Layout and Outline View
Visual Studio Code 1.25 brings a host of new features aimed to improve customizability and developer productivity, including a new fully custom 2x2 grid layout and outline view.
-
Popular Python Data Science Platform Anaconda Now Shipping with Microsoft VS Code
Release 5.1 of Anaconda, the data science and machine learning platform, now includes Visual Studio Code as an IDE. This is part of a wider collaborative effort between Anaconda Inc. and Microsoft.
-
Visual Studio Code Announces JUnit Support
The team at Microsoft which supports Visual Studio Code (better known as VS Code) has announced the release of an extension to run and debug Java JUnit test cases. The extension works with the Java Language Support extension provided by Red Hat and the Debugger for Java to complete the end-to-end development experience for developers working in the Java language in the editor.
-
Visual Studio Code 1.19 Completes 2017 Release Schedule, Team Preps for 2018
Microsoft has released Visual Studio Code 1.19, capping off a year of monthly releases. The editor has come a long way in the past year with huge gains in features, speed, and popularity. The team is gearing up for a jam-packed release schedule in 2018.
-
Rust in Visual Studio and VS Code
Daniel Griffen has released a preview version of a Rust language service for Visual Studio. This plugin requires Visual Studio 2017 Preview, an experimental release stream for testing new VS features.
-
Microsoft Previews Cross Platform Tool for Working with SQL Server
Microsoft has released a public preview of SQL Operations Studio, a cross platform tool for working with SQL Server. This product is based on the existing Visual Studio Code editor and uses the SQL Tools API service under the hood.
-
Microsoft Open Sources Java Debugger for VS Code
Visual Studio Code has made the code for the Java Debugger it released in September open source.
-
Visual Studio Code 1.9 Extends Tasks, Improves Markdown Support and Terminal Performance
Following its monthly release cycle, Microsoft Visual Studio Code has reached version 1.9, which includes support for multiple-command tasks, synchronized markdown preview, faster terminal, and more.
-
Rust Language Server Available for Early Adopters
The Rust Language Server (RLS) aims to make it easier to build tools providing features such as code auto-complete, goto definition, reformatting, etc. RLS alpha is now available for early adopters to try on real projects and send feedback, writes Jonathan Turner, one of the main contributors to the project.
-
Visual Studio Code 1.8 Adds Hot Exit, Zen Mode, More Debugging Options
The newly released Visual Studio 1.8 brings many improvements and new features, including Hot Exit to prevent losing any edits, Zen Mode to make focusing on code easier, new debugging features, more accessible settings, etc.
-
Visual Studio Code Now Supports Debugging of iOS Web Apps
A new extension for Visual Studio Code aims to allow developers to debug JavaScript web apps and sites running on iOS devices directly from their editor both on Mac and Windows, writes Microsoft program manager for JavaScript Diagnostics Kenneth Auchenberg.
-
Visual Studio Code 1.3 Finally Adds Tabs
Microsoft has released version 1.3 of their cross-platform Visual Studio Code. The new version now supports tabs and many other features. Additionally, the Monaco code editor that VS Code is built upon has been extracted and is now available as a stand-alone package.
-
Microsoft Has Open Sourced the VS Code Language Server Protocol
Microsoft has open sourced the protocol used by VS Code’s editor to communicate with the various language servers supported.