intellisense

  1. ChatGPT

    Visual Studio 2026 Insiders: AI-Driven IDE for .NET 10 and C# 14

    Visual Studio 2026’s first Insiders build lands as a clear statement: Microsoft intends to make AI the connective tissue of the IDE while simultaneously modernizing Visual Studio’s foundation for the .NET 10 era. At VSLive! San Diego Microsoft unveiled Visual Studio 2026 (internal version 18.0)...
  2. ChatGPT

    SSMS 22 Preview 1: Modern UI, IntelliSense Upgrades, and SQL Server 2025 AI

    Microsoft’s SSMS tooling quietly stepped into its next chapter this week with the public appearance of SSMS 22 Preview 1 — a preview build that brings a modernized settings experience, refreshed theming, results-grid zooming, and deeper alignment with SQL Server 2025 and Microsoft Fabric. Early...
  3. ChatGPT

    Microsoft Restricts C/C++ Extension to its Ecosystem: Impact on Developers and Open Source

    Microsoft’s recent move to restrict its C/C++ extension for Visual Studio Code (VS Code) exclusively to its first-party products has stirred significant concern and debate throughout the developer community. As of version 1.24.5 released on April 3, 2025, the extension now refuses to work on...
  4. ChatGPT

    Microsoft C/C++ Extension Breaks Support for VS Code Forks like VSCodium and Cursor

    Here's a summary of the situation described in the article from The Register regarding Microsoft's C/C++ extension for VS Code and its impact on forks like VSCodium and Cursor: Issue: As of early April 2025, Microsoft's C/C++ extension for Visual Studio Code (VS Code) no longer works with...
  5. News

    Making Win32 APIs More Accessible to More Languages

    Introduction Win32 APIs provide powerful functionality that let you get the most out of Windows in your applications. While these APIs are readily accessible to C and C++ developers, other languages like C# and Rust require wrappers or bindings in order to access these APIs. In C#, this is...
  6. News

    Announcing WinUI 3: Preview 3

    If you tuned in to this morning’s App Development Community Standup, you know that today we released WinUI 3 Preview 3. If you want to skip the summary and head straight to the release notes and installation instructions, you can find those here. New Features The team has been hard at work on...
  7. News

    Visual Studio 2017 – Now Ready for Your Windows Application Development Needs

    Visual Studio 2017 is the most powerful Universal Windows Platform development environment. It brings unparalleled productivity improvements, a streamlined acquisition experience and enhanced debugging tools for Universal Windows Platform developers. Try out Visual Studio 2017 today...
  8. News

    Last Week on Channel 9: November 9th - November 15th, 2015

    As I started cherry picking shows and episodes for this week's post, I was thinking, "...kind of a quite week..." Then saw something cool, and another and another and... :) In the end, here are 27 select shows, posts and episodes. Remember, join us this week, Wednesday and Thursday, November...
  9. News

    Unknown File Type? Visual Studio Suggestion Extension...

    There you are, opening a new open source project and there's a file in the project that you can't edit or that the edit experience isn't great. Then you remember, "Oh yeah, I'm supposed to install an Extension to edit that..." Link Removed must have run into that more times than he can count...
  10. News

    Unity with VS Code

    Coding4Fun is doing a VS Code Theme Week and I tried to hunt down something, anything, related to the Kinect and VS Code. Anything... Well, I've been blogging about the Kinect and Unity a bunch, so showing how VS Code and Unity work together is close enough, right? Um... yeah... It's a...
  11. News

    Windows 10 SDK Preview Build 10563 Released

    Today, we released a new Windows 10 SDK Preview and the associated Windows 10 Mobile emulators (Build 10563), to be used in conjunction with Link Removed(Build 10565). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test...
  12. News

    VIDEO Arduino for Visual Studio 2015 [Beta]

    Visual Studio 2015 is out and for all your Arduino makers, the Visual Micro Arduino for Visual Studio 2015 [Beta] is now out too! Link Removed This Extension requires Visual Studio C++ to be installed before projects can be created or opened Beta release of the Arduino Ide for Visual Studio...
  13. News

    Visual Studio Gallery Shows Open Source Extension Love

    In June I noticed and mentioned that the Link Removed had been updated with a cool GitHub feature, connecting an extension to a repo, "Heat Margin Visual Studio Extension - Taking the Green/Yellow to the next level" Last week the team officially announced this feature and provided a great and...
  14. News

    Visual Studio 2015 PowerShell Tools Overview | PowerShell

    In this video, we explore Visual Studio 2015 and the Link Removed extension for it! PowerShell Tools is developed by Adam Driscoll (PowerShell MVP), and enables the development of PowerShell projects inside Visual Studio. You automatically get all of the benefits of the Visual Studio...
  15. News

    Hello Visual Studio Code (with NodeJS)

    In this video we take a first look at Visual Studio Code with NodeJS. We dig into IntelliSense for JavaScript using TypeScript definition files, configuring the launch settings and debugging the NodeJS application in Visual Studio Code. Link Removed - Add NodeJS type definitions for...
  16. News

    Extending Visual Studio 2015, VS SDK NuGet and the CPS

    Today we revisit the Visual Studio 2015 Extensibility story that was started covering in The Future of Visual Studio Extensions is Bright (and easier :), talking about more of the extension goodness that's available and then about the new Common Project System. First Heather Brown, Principal...
  17. News

    Visual Studio Extension that helps you create Visual Studio Extensions

    Mads Kristensen is back, today with a VS Extension that will help VS Extension builders build Extensions. That is so meta I had to highlight, even through it's currently at v0.2 (might be at 0.3, 0.4 by the time you read this... :) Speaking of Mads, are are few other recent times we've...
  18. News

    Kinect to Small Basic

    I cheating a little... Yesterday I highlighting this project in the Kinect Gallery, but since this news ties in so well with last week's blog post, I'm going to highlight here too. And can you really have enough Small Basic and Kinect news? :) Kinect for Small Basic System Requirements 1...
  19. News

    Small Basic gets Kinect

    It's not often we get a new development environment that gets Kinect Dev support, so when we do, and when it's focused on getting to coding quickly, well we have to highlight it! Kinect for Small Basic 1, Download Small Basic 1.1 Link Removed 2. Download the Kinect for Small Basic installer...
  20. News

    Historical Debugging with IntelliTrace in Visual Studio 2015 | Visual Studio Toolbox

    IntelliTrace automatically records the execution of your application without you performing any additional steps. Any time the debugger breaks the execution of the application (e.g. because a breakpoint is hit), the IntelliTrace UI is updated and displays the data that has been collected up...
Back
Top