Ctrl + P -> 系

键入 @: 查看所有函数/功能/区块

同类型: Ctrl + Shift + .

键入 #: 查找类之类的东西,长类名 仅 驼峰首字母 即可 AnimalClass => AC/ANC 均可~ mySuperClass -> msc

键入 :: 跳转到指定行

高亮查询后 ctrl + D, 同时编辑多个匹配代码(多次按,选中多个)
使用鼠标: 按住 alt, 用鼠标在多个位置点击

ctrl + 左右键: 快速移动鼠标(按照单词跳过)

Use ALT, followed by the up or down arrows, to move the line somewhere else quickly.
使用 Alt,然后使用向上或向下箭头,将线快速移动到其他位置。
favorite
play_circle
And if you want to copy that line as you move it, use ALT SHIFT, followed by the arrows.
如果您想在移动时复制该行,请使用 Alt SHIFT,然后使用箭头。