Overview Version History Q & A Rating & Review
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:
Open the Command Palette (Ctrl+Shift+P
or F1
).
Type the command title (e.g., "Hello World") and select it.
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.