Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VSCode Extension SupportNew to Visual Studio Code? Get it now.
VSCode Extension Support

VSCode Extension Support

kuone

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

badge badge badge

  • 選択状態を元に、VSCode拡張機能のテスト用のコードを生成します。
    • 生成したコードは、クリップボードへ記録されます。
    • 以下の様なコードを生成します。
editor.selections = [
new vscode.Selection(new vscode.Position(4,5),new vscode.Position(4,29)),
new vscode.Selection(new vscode.Position(5,5),new vscode.Position(5,31)),
new vscode.Selection(new vscode.Position(7,3),new vscode.Position(7,34)),
];

Link

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