Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RESX ManagerNew to Visual Studio Code? Get it now.
RESX Manager

RESX Manager

Samuel Matarese

|
48 installs
| (0) | Free
Manage Resx files easily with this extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Resource Manager

This resource manager was created as a personal learning project to explore how to build VS Code extensions. Please note that this extension is still under development, and there is no guarantee that it will work correctly with your .resx files.

Current Features

Manage Your Resource Entries

You can easily create new entries using the button in the toolbar. Entry names and values can be edited directly in the table. Additionally, you can add comments to describe each resource, if needed.

Default

Generate a Designer File

Whenever you save your changes, a .Designer.cs file is automatically generated in the same directory as your .resx file. This file makes it easier to access your resources in .NET projects.

Designer file

Search Your Resources

The toolbar also includes a search bar, allowing you to quickly find specific entries. This is especially useful when working with large .resx files containing many resources.

Searchbar

Use Shortcuts for efficiency

The following Shortcuts currently exist:

Add Entry => Ctrl + Space
Delete Entry => Ctrl + d
Move between Entries => Ctrl + MouseUp/MouseDown
Focus Searchbar => Ctrl + f

Roadmap

  • [x] Shortcuts
  • [ ] Better error handling
  • [ ] Multilanguage support
  • [ ] Option to show file in text editor mode

Known Issues

There is currently no logic to prevent you from using duplicate names for your resources.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft