Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>iniwranglerNew to Visual Studio Code? Get it now.
iniwrangler

iniwrangler

FriendlyFire

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

INI Wrangler README

Extension for quickly editing values stored as INIs. To use, simply bring up the command list (default Ctrl+Shift+P) and look for "Run query on current INI file". In the input, you may enter a query which follows the syntax:

block_name.parameter_name[index] = ...

The index is optional and defaults to zero, but can be used to access a specific value in a parameter which would contain many values separated by commas.

The query to be run after the equal sign may be any valid JavaScript code. The code may use parameters from the local block as inputs.

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