Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Active file in other wordsNew to Visual Studio Code? Get it now.
Active file in other words

Active file in other words

yaumu3

|
47 installs
| (0) | Free
This extension will show the active file's alias to the status bar. You can also refer to its description by selecting the item.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Active file in other words

This extension will show the active file's alias to the status bar. You can also refer to its description by selecting the item.

demo

Extension Settings

This extension contributes the following settings:

  • active-file-in-other-words.maps: Maps between file's base name and alias/description.

For example, following setting was used in the demo.

"active-file-in-other-words.maps": [
    {
        "baseName": "Untitled-1",
        "alias": "Alias-1",
        "description": "This is a description<br>which is shown in side view.<ol><li>You</li><li>can</li><li>pass</li><li>html</li></ol>"
    },
    {
        "baseName": "Untitled-2",
        "alias": "Yay!",
        "description": "Sounds good."
    }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft