resx-generator/.github/copilot-instructions.md
Daniel Gradman-Svendsen c28be86f36 initial
2025-07-08 07:45:58 +02:00

989 B

RESX Designer Auto-Generator Extension

This is a VS Code extension project that automatically regenerates Designer.cs files when RESX files are saved.

Key Features

  • File watcher for .resx files
  • Automatic detection of ResGen.exe on different machines
  • Smart regeneration only when needed
  • Status bar updates and notifications
  • Configurable settings

Development Guidelines

  • Use TypeScript for all source code
  • Follow VS Code extension best practices
  • Implement proper error handling and logging
  • Use VS Code APIs for file watching, commands, and notifications
  • Support cross-platform development (Windows, macOS, Linux)

This is a VS Code extension project. Please use the get_vscode_api with a query as input to fetch the latest VS Code API references.