News

Visual Studio Codespaces Private Preview Woos C++ Developers

Microsoft announced a private preview of Visual Studio Codespaces, which eases the setup and use of cloud-powered development environments that can be used from anywhere for remote development and other scenarios.

Formerly called Visual Studio Online, the project was renamed Visual Studio Codespaces earlier this year amid the COVID-19-driven remote work surge.

Visual Studio Codespaces takes care of development environment setup and maintenance drudgery with cloud-powered computing power that configures:

  • Runtimes
  • Compilers
  • Debuggers
  • Editors
  • Custom dotfile configurations
  • Editor extensions
  • Project source code
Visual Studio Online
[Click on image for larger view.] Visual Studio Codespaces

While the cloud powers the back-end developer environments, the front-end tools used for Codespaces include a browser-based editor, the open source, cross-platform Visual Studio Code editor and the full-fledged flagship Visual Studio IDE.

Microsoft said a public preview of Visual Studio Online resulted in users finding that:

  • The time it takes to onboard to new projects (or new tasks within an existing project) is much shorter
  • The performance of their cloud dev environment in many ways feels better than their local environment
  • The ability to easily switch between Visual Studio Code, the browser-based editor, or the Visual Studio IDE (in private preview) gives them the flexibility to work from just about any device
  • It's easy to collaborate with others since Live Share is built-in for co-authoring, editing, and debugging.

This week, Microsoft's C++ development team announced a private preview of Visual Studio support for Codespaces.

"At the Microsoft Build conference, you may have seen our C++ Codespaces demo (at 26:00). We showed several ways Codespaces can improve your C++ development experience, including offloading your builds and other compute-heavy tasks to the cloud," Microsoft said in an August 3 blog post. "We've already been chatting with many you, and now we are ready to allow more people into the Private Preview. Currently, our support is focused on C++ console applications and library development, so if that sounds like you, sign up for the Private Preview (and make sure to indicate “C++” as your Preferred Dev Language)."

The above link points to a "Visual Studio Private Preview" page where developers can "get early access to upcoming capabilities and services," including Visual Studio Codespaces, Rich Code Navigation and AI-assisted Development, by providing registration information. The site says applicants will receive information, tips and resources about Visual Studio and will be contacted to participate in the private preview and provide feedback.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube