JetBrains Air Help

Explore code

Even when you develop code with agents, IDE features are still essential. You still need to understand code, inspect changes, verify assumptions, and quickly navigate to the exact place you want to review or edit.

JetBrains Air provides the core navigation and search features for this workflow: browsing files, searching across the codebase, jumping to files and symbols, and navigating through definitions, usages, implementations, and problems.

Open projects

Open a project from disk

  1. If the project is already on your computer, go to File | Open.

  2. Select the project folder.

Clone a project from Git

  1. If the project is in a remote repository, go to Git | Clone.

  2. In Source URL, enter the repository URL.

  3. In Location, specify where to store the cloned repository.

  4. Click Clone.

    The project will be opened in a new JetBrains Air window.

    Learn more about other Git operations in Git.

Browse files and folders

Use the Files tool to browse the project structure. Expand folders to navigate through the repository. Click a file to open it in an editor tab.

Open the Files tool

  • Navigate to View in the main menu and select Files.

  • On the tool panel, click Files.

To quickly find a file in the tree, focus the Files tool and press Command+F. Then start typing to filter the visible items.

Learn more in Files.

Go to All (Search Everywhere)

Use Go to All to quickly navigate through the project and the IDE. If you used IntelliJ-based IDEs before, this workflow is similar to Search Everywhere: one entry point for files, symbols, actions, tools, and text search.

Use Go to All

  1. Open Go to All in one of the following ways:

    • Press Command+K or Shift Shift.

    • In the main menu, select Goto | All....

  2. In the Goto tab, start typing to search across files, symbols, and symbols in the current file.

  3. Use the filters below the search field to narrow results to Files, Symbols, or Symbols in File.

  4. Select a result to preview it in the lower part of the popup. Press Enter to open the selected result in an editor tab.

    Go to All popup

Find and run actions

  1. Open the Actions tab in one of the following ways:

    • Press Command+Shift+K.

    • Open Go to All and switch to Actions.

    • Go to Goto | Action....

  2. Type the action name, for example, Add to Task or Settings.

  3. Select the action and press Enter to run it.

Open tools

  1. Open the Tools tab in one of the following ways:

    • Press Command+T.

    • Open Go to All and switch to Tools.

    • Go to Goto | Tools.

  2. Type the tool name, for example, Files, Chat, or Review.

  3. Select the tool and press Enter to open it.

  1. Open the Text Search tab in one of the following ways:

    • Open Go to All and switch to Text Search.

    • Press Command+Shift+F.

  2. Enter the text you want to find. You can use regular expressions and the search options in the search field.

  3. Optionally, narrow the search with In folder and File mask.

  4. Review the matches and open the result you need.

For supported languages, JetBrains Air provides language-aware code navigation features such as going to definitions, finding usages, and navigating to implementations. For other languages, basic editor features such as syntax highlighting may still be available, but advanced navigation can be limited.

The exact level of support depends on the language. For the current list, see Language support.

Find usages

  1. Place the caret on a symbol in the editor.

  2. Find its usages in one of the following ways:

    • Press Command+U.

    • Hold Command and click the symbol.

    • Go to Goto | Usages.

  3. Review the usage list and open the result you need.

Find usages

Go to definition

  1. Place the caret on a symbol in the editor.

  2. Go to its definition in one of the following ways:

    • Press Command+B.

    • Go to Goto | Definition.

  3. JetBrains Air opens the definition in the editor.

Go to implementations

  1. Place the caret on a symbol in the editor.

  2. Go to implementations in one of the following ways:

    • Press Command+Option+B.

    • Go to Goto | Implementations.

  3. Select the implementation you want to open.

Go to type definition

  1. Place the caret on a symbol in the editor.

  2. Go to the type definition in one of the following ways:

    • Press Command+Shift+B.

    • Go to Goto | Type Definition.

Go to problems

  1. Open the next or previous problem in one of the following ways:

    • Go to Goto | Next Problem or Goto | Previous Problem.

    • Press Command+E or Command+Shift+E.

  2. To inspect all current problems in the file, click the problem indicator in the editor tab or in the upper-right corner of the editor.

  3. Select a problem from the list to jump to its location in the file.

Problems in the editor

If these navigation actions are unavailable for a file, the language may not provide advanced language support in JetBrains Air. In that case, use Search, task context, and Go to All to navigate manually.

10 March 2026