Migrating from Cursor to VS Code
A guide on migrating from Cursor IDE to VS Code, covering settings, keybindings, and extensions.
A guide on migrating from Cursor IDE to VS Code, covering settings, keybindings, and extensions.
A guide to customizing VS Code to highlight only the active indent guide using a color customization workaround.
Analyzes the rise of AI-powered IDEs, questioning their necessity versus existing extensions and exploring their features and motivations.
A developer shares how using VS Code with GitHub Copilot as a single workspace for full-stack projects improves workflow and productivity.
A tutorial on using GitHub Copilot to automatically generate Conventional Commit messages in VS Code and IntelliJ IDEA.
Learn how to use GitHub Copilot's #changes variable and other context tricks to analyze your git diffs and improve coding workflow.
How to open Quarto/Markdown files in external macOS apps from Positron or VS Code to access better native writing tools and spellchecking.
A developer explains why they are switching from the AI-native Cursor editor to using Claude Code within VSCode for AI-powered programming.
A developer shares their favorite VS Code keyboard shortcuts for a more efficient, mouse-free coding and presentation workflow.
Guide to fixing PowerShell script formatting in VSCode on macOS by configuring the PowerShell executable path and managing settings sync.
A guide to configuring VS Code for Zig development using Nix and direnv to manage compiler versions and the language server.
A developer compares CSS autocomplete behavior in VSCode, Neovim plugins, and Sublime Text, arguing Sublime's handling of semicolons is superior.
A guide to setting up VSCode for debugging the AzureRM Terraform provider using Go and delve.
A developer's experience using VS Code Insiders, detailing a bug with Markdown syntax highlighting and the workaround to switch to the stable version.
A guide on customizing the VS Code cursor with a linear gradient color using an extension and CSS.
VS Code includes a built-in Simple Browser, useful for demos and pair programming to reduce window switching.
Developer creates and releases a custom dark VSCode theme inspired by Agathist's brand colors, with plans for a light theme.
A guide on customizing comment colors in VS Code themes using token color customizations in settings.json.
A guide to essential VS Code extensions, themes, and settings for developers to enhance their coding workflow and productivity.
How a TypeScript contributor improved import suggestions in VS Code to filter out unusable types for JavaScript-only files.