> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/android/startup/idea_shutcut.md).

# Jetbrains Idea快捷键

## 函数转跳

在 Idea 中，使用 `cmd + 鼠标左键` ，可以跳转到函数或变量声明的地方。回退的快捷键： `cmd + option + left` 。

## 参考

* [IntelliJ Idea 跳转至定义，回退](http://baimoz.me/1107/)
