golang default:
(第一个为Mac 第二个为win)
setting com+, ctrl+alt+s
格式化 reformat code op+com+L ctrl+alt+L
光标回退 back com+[ ctrl+alt+左箭头
查找 Find com+f ctrl+f
全局查找 Find in path com+shift+f ctrl+shift+f
查找引用 Find Usages op+F7 alt+f7
查找类 File Structure com+F12 ctrl+f12
选中下一个 add selection for next occurrence con+G alt+j
搜索全部元素 search everywhere double+shift
工程导航栏 project com+1 alt+1
其他栏 favorites com+2 alt+2
定位行 line/colum com+L ctrl+g
debug:进入 step into F7
debug:不进入,直接下一行 step over F8
debug:从 '进入 step into F7' 中出来 step out shift+F8
终端 terminal win:alt+F12
选择左右的窗口 select previous tab win:alt+左右箭头
删除行 delete line win:ctrl+y
行上下移 move line up/down win:alt+shift+上下箭头
本文详细介绍了一款集成开发环境(IDE)中的各种快捷键操作,包括但不限于格式化代码、查找替换、光标移动、查找引用、查找类文件、多选、搜索、导航、调试等,适用于Mac和Windows系统,为开发者提供了高效编程的技巧指南。
1414

被折叠的 条评论
为什么被折叠?



