
IDE的使用
旺仔大牛
专注Android、Flutter开发,偶尔涉猎web、后端
展开
-
Visual Studio Code和Intellij IDEA常用快捷键对比
以下快捷键都是系统默认,可以根据自己的需求修改。功能VS CodeIntellij IDEA复制行windows: alt+shift+上下方向 , mac:option+shift+上下方向windows:ctrl+d , mac: command+d移动行windows: alt+上下方向 , mac:option+上下方向windows:alt+shift+上下方向, mac: command+shift+上下方向删除行windows: ctrl+shif原创 2021-03-20 14:32:35 · 1329 阅读 · 0 评论 -
Android Studio禁用fetching documentation
每次调用Java和Android的SDK代码时,AS都会自动搜索文档,如果网络不好,会一直显示"fetching documentation"。可以通过设置将其关闭Preferences–Editor–General–Code Completion,将里面的Show the documentation popup in ms的勾取消。保存后,再次写代码就不会再出现这种情况了。...原创 2020-03-31 23:05:48 · 434 阅读 · 0 评论 -
mac下Android Studio 快捷键(持续更新)
以下快捷键都是系统默认的。复制行:command+d windows:ctrl+d删除行:command+退格键(delete) windows:ctrl+y生成get.set(Generate):command+n windows:alt+insert智能类型补全(SmartType):command+shift+空格Int...原创 2018-02-06 11:46:09 · 426 阅读 · 0 评论