> For the complete documentation index, see [llms.txt](https://amartyushov.gitbook.io/tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amartyushov.gitbook.io/tech/tools/intellij-idea.md).

# IntelliJ Idea

[AWS Toolkit for IntelliJ](https://aws.amazon.com/blogs/developer/aws-toolkit-for-intellij-now-generally-available/)

## Shortcuts

* Ctrl + Alt + Z => Rollback lines
* Shift + Cmd + F12 => hide all panels&#x20;
* ^ + G => select next&#x20;
* Analyse data flow
* create custom quick list
* productivity guide

## [Light edit](https://blog.jetbrains.com/idea/2020/04/lightedit-mode/)

How to create a command line launcher [LINK](https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html?_ga=2.75372630.531851932.1596545202-1946580715.1591167831#toolbox)

```bash
alias idea="open -na 'IntelliJ IDEA.app' --args '$@'"
```

How to open files from command line [LINK](https://www.jetbrains.com/help/idea/opening-files-from-command-line.html?_ga=2.75372630.531851932.1596545202-1946580715.1591167831)

```bash
idea [file]
```

## Speed up

### [Shared Indexes Plugin](https://blog.jetbrains.com/idea/2020/07/shared-indexes-plugin-unveiled/)
