0.0.9 • Published 4 years ago

jjxtools v0.0.9

Weekly downloads
5
License
-
Repository
github
Last release
4 years ago

@jjx-tools

This is a js/ts Tools just for jjx

状态todo快捷键
完成在文本编辑框可以右键选择在一个新的vscode窗口打开当前文件ctrl + alt + o / ctrl + cmd + o
完成可以使用类似于git zg类型的commit msg去进行commitctrl + alt + m
完成在exploer时可以右键选择一个文件夹/文件 在一个新的vscode窗口打开undefined
完成在js/ts文件中输入了reg后可以选择一些常用正则插入到代码中undefined
待续根据js/ts中的函数参数列表, 自动生成函数注释ctrl + alt + d
failed给插件的每个功能设置一个开关页面, 选择某项功能是否打开(搁浅, 因为很多命令绑定在package.json文件里了, 没法去动态改变)undefined

easy-commit待完成功能 1. 暂存区没有文件给报错提示 done 2. 如何获取commit得到的msg? 好像拿不到对应的msg输出 failed 3. 多个repo时可以选择repo进行commit done 4. commit参数的的config化 done