diff --git a/hotkey-alt-enter-introduce.md b/hotkey-alt-enter-introduce.md index f257e43a..35c20f7a 100644 --- a/hotkey-alt-enter-introduce.md +++ b/hotkey-alt-enter-introduce.md @@ -17,10 +17,20 @@ > * 在 **接口实现类** 中添加一个方法后,让该 **接口类** 也跟着生成 +![智能辅助](images/hotkey-alt-enter-introduce-3.gif) + +> * 对当前光标所在类,生成单元测试类 + +![智能辅助](images/hotkey-alt-enter-introduce-4.gif) + +> * 对当前光标所在类,创建子类,常用在对接口生成接口实现类 + +![智能辅助](images/hotkey-alt-enter-introduce-5.gif) + +> * 移除未使用的变量、对象等元素 + + - 待整理: - - 对当前光标所在类,生成单元测试类 - - 对当前光标所在类,创建子类 - - 移除未使用的变量、对象等元素 - 对属性创建 set、get 方法 - 添加 doc - 把自己造的单词加入词库中 diff --git a/images/hotkey-alt-enter-introduce-3.gif b/images/hotkey-alt-enter-introduce-3.gif new file mode 100644 index 00000000..e9666e34 Binary files /dev/null and b/images/hotkey-alt-enter-introduce-3.gif differ diff --git a/images/hotkey-alt-enter-introduce-4.gif b/images/hotkey-alt-enter-introduce-4.gif new file mode 100644 index 00000000..22c6f73e Binary files /dev/null and b/images/hotkey-alt-enter-introduce-4.gif differ diff --git a/images/hotkey-alt-enter-introduce-5.gif b/images/hotkey-alt-enter-introduce-5.gif new file mode 100644 index 00000000..706bd812 Binary files /dev/null and b/images/hotkey-alt-enter-introduce-5.gif differ