Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mapping NameNew to Visual Studio Code? Get it now.
Mapping Name

Mapping Name

qzda

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

Mapping Name

English | 中文

Mapping Name is a Visual Studio Code extension that maps variable names in your code to a JSON file, displaying the corresponding readable name when you hover over a variable in your code. It allows you to write more impenetrable ninja code.

Features

  • Supports all text files
  • Listens in real-time for changes to the mapping file, updating automatically

Installation

  1. Open VS Code
  2. Press Cmd+P / Ctrl+P to open the command palette
  3. Type ext install mapping-name

Usage

Create a mapping-name.json file in the root directory of your project and add the following content:

{
  "n": "name",
  "u": "user",
  "pwd": "password"
}

In the code editor, when you hover over the n, it will display name.

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