Alt + Right: Move cursor to next case change 移动光标到下一个大小写转换处
Ctrl + Right: Move cursor to next word start
Alt + Left : Move cursor to previous case change移动光标到上一个大小写转换处
Shift + Home: Extend selection to beginning of line(选中光标处到该行的开始)
Ctrl + Shift + End 或者Ctrl + Shift + Page Down :Extend selection to end of document(选中光标处到文档结尾)
Shift + End: Extend selection to end of line(选中光标处到该行的末尾)
Ctrl + Home: move to top 光标移到代码最前
Ctrl + End : move to bottom光标移到代码最后
Ctrl + Shift + W: Clean up whitespace 清除空白 Ctrl + / :Comment the selection with line comments
给选定代码加注释符号/**/,只能是每行加注释,不能选中一行的部分用此快捷键加注释。
Ctrl + Shift + L: 选定字母文本变小写
Ctrl + Shift + U :选定字母文本变大写 Ctrl + Shift + /: Undo the Comment 去除注释/**/