Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>atomgit-helperNew to Visual Studio Code? Get it now.
atomgit-helper

atomgit-helper

atomgit_official

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

atomgit-helper 插件

功能介绍

atomgit-helper 是 AtomGit 提供的一个 git 辅助插件,目前拥有的功能:

  • git commit emoji
  • AtomGit 消息获取

git commit emoji

在 git commit message 中,添加 emoji,凸显此次 commit 的内容,也可用于规范提交记录:

features

push 到仓库后,commit 效果如下:

commit-emoji

在 emoji 列表中,可以根据 commit type、commit 描述进行筛选,快速选中自己需要的 emoji。

目前提供的 emoji 对应的 commit types,是在 Angular 团队提交规范的基础上,进行了一些扩展。

在 commit 中使用 emoji

可以按如下格式在 commit message 中使用 emoji:

<intention> [scope?][:?] <message>
  • intention: An emoji from the list.
  • scope: An optional string that adds contextual information for the scope of the change.
  • message: A brief explanation of the change.

模式切换

插件提供了三种 commit emoji prefix 模式:

模式 示例 is Default
emoji ✨ some features true
shortname :sparkles: some features false
emoji_with_type ✨ feat: some features false

可在 UI 界面,按住 Alt 键,点击对应图标,进行 mode 切换,也可以在命令面板中,输入emoji format,进行 mode 切换。

命令面板呼出: windows 用户 :Ctrl+Shift+P Mac:Command + Shift + P

AtomGit Message

插件会定期获取 AtomGit 未读消息,在底部状态栏进行展示:

message_bar

可点击状态栏,跳转至消息页面。

配置

你可以在插件设置中(Setting —— 搜索 AtomGitHelper),配置如下项:

  • 是否启用消息获取
  • Access Token:未配置 Access Token 或者 token scope 范围错误时,无法获取到消息状态; 具体配置可参考 AtomGit 个人访问令牌

生成 Access Token 时,作用范围(scope) 需包含 'user'

  • 消息获取频率

message_setting

下载

在 VSCode Extensions 中搜索 atomgit-helper 即可找到此插件。

issues

使用中遇到问题可以在这里提问。

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