Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@3Xpl0it3r 3Xpl0it3r released this 04 Oct 14:58
· 2 commits to master since this release

2024/10/03 主要就更新了3个功能

  1. 创建rust文件,会自动导入到mod.rs 里面(例如abc.rs 在 mod.rs里面添加一行 mod abc;)
  2. 为新创建rust文件自动添加注释模版(例如新创建abc.rs, 会自动在abc.rs里面添加一行。// Copyright 2024 <project_name> Project Authors. Licensed under Apache-2.0.
  3. 自动当前单词添加到watche 窗口里面(不用手动输入),对应快捷键<leader>da

Full Changelog: v0.0.2...v0.0.3