ctrl + \ //代码建议提示
    ctrl + / //注释/取消注释
    ctrl + k //自动补全最近同一的字符串
    ctrl + enter //增加空白行,光标不移动
    ctrl + tab //切换到已打开的源文件
    ctrl + 单击 //转到代码源
    ctrl + f //快速查找当前文档中的字符串
    ctrl + h //快速查找并且替换在当前文档中的字符串
    ctrl + delete //删除后面的空白行
    ctrl + shift + f //快速查找项目中的字符串
    ctrl + shift + right //向右逐个选中
    ctrl + shift + left //向左逐个选中
    ctrl + shift + up //向上复制一行
    ctrl + shift + down //向下复制一
    ctrl + shift + n //新建项目
    ctrl + ‘-‘ //折叠(隐藏)代码块
    ctrl + ‘+’ //展开已折叠的代码块
    ctrl + shift + ‘-‘ //折叠所有代码块
    ctrl + shift + ‘+’ //展开所有代码块
    ctrl + f4/ctrl+w //关闭当前选定的窗口
    ctrl + shift + f4 //关闭所有窗口

    alt + enter //错误提示 语法检查
    alt + shift + f //格式化代码
    alt + shift + o //转到文件类
    alt + shift + up //向上移动一行
    alt + shift + down //向下移动一行

    f3 //查找中的下一个
    shift + f3 //查找中的上一个
    shift + escape //最大化窗口(切换)