Best of VSCodeFebruary 2026

  1. 1
    Article
    Avatar of bartwullemsThe Art of Simplicity·8w

    I didn't notice this VS Code feature until it made me question how I code

    VS Code 1.103 introduced AI Statistics, a status bar feature that tracks the ratio of AI-generated code versus manual typing over the last 24 hours. The feature provides visibility into how much developers rely on AI coding assistants, helping them make more intentional decisions about when to use AI completions versus writing code manually. Enable it by searching for "AI stats" in settings.

  2. 2
    Video
    Avatar of aicodekingAICodeKing·10w

    Codex Desktop App + Free GPT-5.2 Codex (Tested): Is OpenAI now copying Conductor,Commander?

    OpenAI launched a desktop app for Codex (GPT-5.2), available free for a month and currently macOS-only. The app provides a graphical interface with features like skills, automations, and work trees, drawing comparisons to Conductor. However, the review highlights numerous UI/UX issues including inconsistent design, buggy interfaces, poor context handling, unintuitive controls (like the plan mode toggle), and problematic VS Code integration that spawns multiple instances. The reviewer suggests competitors like Verdant offer superior agentic interfaces despite OpenAI's resources.

  3. 3
    Article
    Avatar of planetpythonPlanet Python·8w

    Python Environments Extension for VS Code

    Microsoft has released the Python Environments extension for VS Code into general availability after a year in preview. The extension unifies management of Python environments across all major tools—venv, conda, pyenv, poetry, and pipenv—through a single UI powered by PET, a Rust-based environment scanner. Key features include Quick Create and Custom Create workflows, Python Projects for mapping environments to specific folders (useful in monorepos), portable settings that store manager type rather than hardcoded paths, built-in package management, three terminal activation modes, and project scaffolding from templates. Integration with uv enables significantly faster environment creation and package installation. The extension also supports multi-project testing with isolated interpreters per project and exposes a public API for third-party environment managers to integrate into the VS Code sidebar.

  4. 4
    Article
    Avatar of thecodedmessageThe Coded Message·10w

    Review of macOS for Serious Work

    A developer shares their experience switching from Asahi Linux to macOS for daily work, evaluating window management, CLI tools, VSCode integration, and the Unix layer. They discuss practical workflow changes (adopting VSCode, preferring full-screen apps), technical quirks (permission dialogs for CLI tools, Finder limitations), and philosophical tensions between convenience and open-source customizability. The review concludes that macOS works well for their current needs despite reservations about vendor lock-in and reduced system control.

  5. 5
    Article
    Avatar of infoworldInfoWorld·8w

    JetBrains introduces Java to Kotlin converter for Visual Studio Code

    JetBrains has released a Java to Kotlin converter extension for Visual Studio Code, available on the VS Code Marketplace. The extension lets developers convert individual Java files to Kotlin via a context menu action, using the same conversion engine found in JetBrains IDEs combined with LLMs to produce idiomatic Kotlin output. It supports multiple LLM backends including GitHub Copilot, Ollama, and OpenRouter, and is designed to reduce manual effort when migrating legacy Java codebases or transitioning projects to Kotlin.