|
1 | 1 | # Doma Tools for IntelliJ |
| 2 | +[](https://plugins.jetbrains.com/plugin/26701-doma-tools) |
| 3 | +[](https://github.com/domaframework/doma-tools-for-intellij/actions/workflows/build.yml) |
| 4 | +[](https://github.com/domaframework/doma-tools-for-intellij/actions/workflows/release.yml) |
2 | 5 |
|
3 | 6 | <!-- Plugin description --> |
4 | | -“Doma Tools” is a plugin that supports the development of Doma-based projects in IntelliJ. |
| 7 | +“Doma Tools” is a plugin that supports the development of [Doma](https://github.com/domaframework/doma) based projects in IntelliJ. |
5 | 8 |
|
6 | 9 | It checks associations between Dao and SQL, and offers coding support features for Doma syntax, |
7 | 10 | such as generating SQL template files, navigating between files, and inspections to ensure the validity of bind variables. |
| 11 | + |
8 | 12 | <!-- Plugin description end --> |
9 | 13 |
|
10 | | -## Features |
| 14 | +# Features |
11 | 15 |
|
12 | 16 | ## Actions |
13 | 17 | The plugin adds some actions, gutter icons. |
14 | 18 | Shortcut keys can be used for actions |
15 | 19 |
|
16 | 20 |  |
17 | 21 |
|
18 | | -- **Jump to SQL(Alt+D)** |
| 22 | +- **Jump to SQL** |
19 | 23 | - Jump to action from Dao to SQL |
20 | 24 | - You can also jump to the SQL file from the gutter icon that is displayed together. |
21 | | -- **Generate SQL(Ctrl+Alt+G)** |
| 25 | +- **Generate SQL** |
22 | 26 | - Generate SQL file |
23 | | -- **Jump to Dao(Alt+D)** |
| 27 | +- **Jump to Dao** |
24 | 28 | - Jump to action from SQL to Dao |
25 | 29 | - You can also jump to the Dao Method from the gutter icon that is displayed together. |
26 | | -- **Jump to Declaration(Alt+E)** |
| 30 | +- **Jump to Declaration** |
27 | 31 | - Jump to action from SQL bind variable to declaration location |
28 | 32 | - ex: Dao arguments, fields, method declaration |
29 | 33 |
|
|
0 commit comments