Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto Diff OpenerNew to Visual Studio Code? Get it now.
Auto Diff Opener

Auto Diff Opener

_Kerman

|
2 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto Diff Opener

Version ![Installs](https://img.shields.io/visual-studio-marketplace/i/kermanx.auto-diff-opener Reactive VSCode

A VS Code extension created with Reactive VS Code.

Directory Structure

  • package.json - this is the manifest file in which you declare your extension and command.
  • src/extension.ts - this is the main file where you write your extension.

Get started

  • Open this repository in VS Code.
  • Run pnpm install to install the dependencies.
  • Run pnpm dev to compile the extension and watch for changes.
  • Press F5 to open a new window with your extension loaded.
  • Run your command from the command palette by pressing (Ctrl+Shift+P or Cmd+Shift+P on Mac) and typing Hello World.
  • Set breakpoints in your code inside src/extension.ts to debug your extension.
  • Find output from your extension in the debug console.

Make changes

  • You can relaunch the extension from the debug toolbar after changing code in src/extension.ts.
  • You can also reload (Ctrl+R or Cmd+R on Mac) the VS Code window with your extension to load your changes.

Go further

  • Follow UX guidelines to create extensions that seamlessly integrate with VS Code's native interface and patterns.
  • Publish your extension on the VS Code extension marketplace.
  • Automate builds by setting up Continuous Integration.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft