为了方便大家记住这些小技巧和快捷键,我把它写成了一个插件,欢迎大家下载使用:http://chunsheng.me/EasyShortcut/ 快捷键 描述 通用--------------------------------------------- Control + F9 Build(编译) Shift + F10 Build and run(编译运行) Shift + F9 Debug(调试) Control + Alt + Y Synchronize(同步) Control + Shi…
为了方便大家记住这些小技巧和快捷键,我把它写成了一个插件,欢迎大家下载使用:http://chunsheng.me/EasyShortcut/ 快捷键 描述 通用--------------------------------------------- Command + F9 Build(编译) Control + R Build and run(编译运行) Control + D Debug(调试) Command + Option + Y Synchronize(同步) Control +…
有时候需要查看一下系统安装的Ubuntu的版本,最简单的方式是输入lsb_release -a. whatis lsb_release输出:print distribution-specific information.所以lsb_release这个命令就是用来输出发行版的信息的. Open the Terminal enter:lsb_release -a It will look like this: No LSB modules are available. Distributor ID:…
1.自动补全返回类型及变量:Ctrl+Alt+V2.大小写转换:Ctrl+Shift+U3.get/set方法快捷键:Alt+Insert4. 查看类继承关系:Ctrl+H或者Ctrl+Shift+Alt+U5.try/catch快捷键:Ctrl+Alt+T6.查看项目本地路径:点击项目,右键点击Show in Explorer7.代码补全后,自动在代码末尾添加分号结束符:Ctrl + Shift + Enter 9.查找方法:Ctrl+F12+键盘输入或者Alt+710.生成测试类:Ctrl…