Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tcw是帅哥New to Visual Studio Code? Get it now.
tcw是帅哥

tcw是帅哥

唐超伟

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

hello-world

这是一个简单的 VS Code 扩展,用于演示如何开发和打包插件。

功能

  • 在命令面板(Ctrl+Shift+P)中输入 Hello World,会弹出一个问候消息。

安装方法

  1. 下载或克隆本项目到本地。
  2. 在项目根目录下运行 npm install 安装依赖。
  3. 运行 vsce package 打包生成 .vsix 文件。
  4. 在 VS Code 中按 Ctrl+Shift+P,选择“扩展:安装来自 VSIX...”,选择生成的 .vsix 文件进行安装。

使用方法

  1. 按 Ctrl+Shift+P 打开命令面板。
  2. 输入并选择 Hello World 命令。
  3. 屏幕右下角会弹出 Hello World 消息。

配置项

当前无额外配置项。

已知问题

暂无。

更新日志

  • v0.0.1: 初始版本,实现 Hello World 功能。

1.0.0

Initial release of ...

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

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