Skip to content

Commit e8509ed

Browse files
authored
Merge pull request #53 from domaframework/doc/update-readme
Update README
2 parents ae4b30c + e087235 commit e8509ed

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
# Doma Tools for IntelliJ
2+
[![Current Release](https://img.shields.io/badge/release-Marketplace-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/26701-doma-tools)
3+
[![Build](https://github.com/domaframework/doma-tools-for-intellij/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/domaframework/doma-tools-for-intellij/actions/workflows/build.yml)
4+
[![Release](https://github.com/domaframework/doma-tools-for-intellij/actions/workflows/release.yml/badge.svg?event=release)](https://github.com/domaframework/doma-tools-for-intellij/actions/workflows/release.yml)
25

36
<!-- 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.
58

69
It checks associations between Dao and SQL, and offers coding support features for Doma syntax,
710
such as generating SQL template files, navigating between files, and inspections to ensure the validity of bind variables.
11+
812
<!-- Plugin description end -->
913

10-
## Features
14+
# Features
1115

1216
## Actions
1317
The plugin adds some actions, gutter icons.
1418
Shortcut keys can be used for actions
1519

1620
![action.png](images/action.png)
1721

18-
- **Jump to SQL(Alt+D)**
22+
- **Jump to SQL**
1923
- Jump to action from Dao to SQL
2024
- 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**
2226
- Generate SQL file
23-
- **Jump to Dao(Alt+D)**
27+
- **Jump to Dao**
2428
- Jump to action from SQL to Dao
2529
- 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**
2731
- Jump to action from SQL bind variable to declaration location
2832
- ex: Dao arguments, fields, method declaration
2933

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)