Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>hello123New to Visual Studio Code? Get it now.
hello123

hello123

Chao Xing

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

数字高亮扩展

这是一个简单的VSCode扩展,用于高亮显示当前文件中的所有数字。

功能

  • 高亮显示文件中的所有数字
  • 自定义高亮样式

使用方法

  1. 按Ctrl+Shift+P打开命令面板
  2. 输入"Highlight Numbers"并选择
  3. 当前文件中的所有数字将被高亮显示

发布步骤

1. 安装vsce工具

npm install -g @vscode/vsce

2. 创建发布账号

  1. 访问 https://aka.ms/vscode-create-publisher
  2. 注册Microsoft账号
  3. 创建发布者名称

3. 登录vsce

vsce login <publisher-name>

4. 打包扩展

vsce package

5. 发布扩展

vsce publish

更新日志

1.0.0

  • 初始版本
  • 实现数字高亮功能

贡献

欢迎提交issue和pull request

许可证

MIT

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