Skip to content

Commit

Permalink
2016-06-23完善:最特殊的快捷键 Alt + Enter 介绍
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed Jun 23, 2016
1 parent afc604a commit 9cf9696
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions hotkey-alt-enter-introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 说明

这是一个非常特殊的快捷键,有必要拿出来单独讲

可以从几个思路:Java 类、JSP、HTML、JavaScript、CSS、SQL 等文件类型
- 这是一个非常特殊的快捷键,有必要拿出来单独讲
- **强烈注意**:此快捷键跟光标所在位置有着很严重关联关系,光标放的位置不同,使用此快捷键出来的菜单选项完全不一样。
- 可以从几个思路:Java 类、JSP、HTML、JavaScript、CSS、SQL 等文件类型

## 智能辅助

Expand Down Expand Up @@ -33,11 +33,25 @@

> * 对属性创建 set、get 方法
![智能辅助](images/hotkey-alt-enter-introduce-7.gif)

> * 添加 doc,只能把光标放在方法名或是变量名等这类元素上才会有
![智能辅助](images/hotkey-alt-enter-introduce-8.gif)

> * 把自己造的单词加入词库中,让拼写单词检查错误的波浪线效果消失。
![智能辅助](images/hotkey-alt-enter-introduce-9.jpg)

> * 自己造的词库在上图所示位置。
![智能辅助](images/hotkey-alt-enter-introduce-10.gif)

> * 快速移除当前类所继承的接口,并且同时清空已经写好的该接口所有的 Override 方法。
> * 光标只能方式 **接口实现类** 上的 **接口对象单词** 上才可以实现。

- 待整理:
- 添加 doc
- 把自己造的单词加入词库中
- 快速移除当前类所继承的接口,并且同时清空已经写好的该接口所有的 Override 方法
- 修改光标当前元素的作用域
- 从接口实现类中的方法跳转到接口类中
- 根据 Language Level 给不同意见,比如:List<SysRole> sysRoleList = new ArrayList<SysRole>(); 和 List<SysRole> sysRoleList = new ArrayList<>();
Expand Down
Binary file added images/hotkey-alt-enter-introduce-10.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hotkey-alt-enter-introduce-7.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hotkey-alt-enter-introduce-8.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hotkey-alt-enter-introduce-9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cf9696

Please sign in to comment.