Skip to content

8LWXpg/vscode-resx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4544c5 · Mar 2, 2025

History

83 Commits
Nov 25, 2024
Dec 4, 2024
Dec 7, 2024
Mar 1, 2025
Mar 2, 2025
Mar 2, 2025
Feb 28, 2024
Nov 25, 2024
Mar 1, 2025
Mar 2, 2025
Mar 2, 2025
Feb 28, 2024
Mar 2, 2025
Dec 7, 2024
Mar 2, 2025
Mar 2, 2025
Nov 25, 2024

Repository files navigation

ResX Editor

A visual editor for .resx files

screenshot

Features

  • Keyboard navigation:
    Move up: Ctrl+Up or Ctrl+Shift+Enter
    Move down: Ctrl+Down or Ctrl+Enter
    Move left: Shift+Tab
    Move right: Tab
  • Sortable table: click on the column header to sort the rows.
  • Sync with document: change in document will be reflected in the editor immediately, and vice versa.
  • Small package size: less than 25KiB.
  • Web extension: support on the web (vscode.dev, GitHub Codespaces).
  • Generate resource designer file

Commands

  • ResX: Create Empty File
  • ResX: Update Other Resources in Same Folder
  • ResX: Sync with Main Resource in the Same Folder - also on top right icon, only supports file with name .<locale>.res[wx].
  • ResX: Generate resource designer - also on top right icon.

Context Menu

  • ResX: Sync with Main Resource in the Same Folder
  • ResX: Generate resource designer