Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>My Modern ExtensionNew to Visual Studio Code? Get it now.
My Modern Extension

My Modern Extension

Modern Extension

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

modern-extension

How to Use This Extension

After installing the extension, you can access its features using the Command Palette (press Ctrl+Shift+P or F1 in VS Code) and searching for the following commands:

Commands

{
	"command": "my-modern-extension.helloWorld",
	"title": "Hello World"
},
{
	"command": "my-modern-extension.showQuickPick",
	"title": "Show Quick Pick"
},
{
	"command": "my-modern-extension.openWebview",
	"title": "Open Modern Webview"
}

How to run a command:

  1. Open the Command Palette (Ctrl+Shift+P or F1).
  2. Type the command title (e.g., "Hello World") and select it.
  3. The extension will perform the corresponding action.

Command details:

  • Hello World: Shows a Hello World notification.
  • Show Quick Pick: Opens a quick pick menu for selection.
  • Open Modern Webview: Opens a modern webview panel in VS Code.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft