# Jetbrains Idea快捷键

## 函数转跳

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

## 参考

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/develop/android/startup/idea_shutcut.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
