@@ -16,8 +16,7 @@ such as generating SQL template files, navigating between files, and inspections
1616## Actions
1717The plugin adds some actions, gutter icons.
1818Shortcut keys can be used for actions
19-
20- ![ action.png] ( images/action.png )
19+ ![ FileJump.gif] ( images/gif/FileJump.gif )
2120
2221- ** Jump to SQL**
2322 - Jump to action from Dao to SQL
@@ -45,11 +44,10 @@ The plugin also provides quick fixes for Dao methods where the required SQL file
4544Adds code completion functionality to support indexing of Doma directives and bind variables
4645
4746- Suggest Dao method arguments in bind variable directives
48- ![ complete_bindVariables.png ] ( images/complete_bindVariables.png )
47+ ![ Completion.gif ] ( images/gif/Completion.gif )
4948- Refer to class definition from Dao method argument type and suggest fields and methods
50- ![ complete_member.png] ( images/cpmplete_member.png )
5149- Provide code completion for class and package names used in static property calls.
52- ![ complete_package.png ] ( images/complete_package.png )
50+ ![ CompletionStatic.gif ] ( images/gif/CompletionStatic.gif )
5351- Suggest members defined as static in static fields and method calls
5452- Suggest Doma directives
5553- Directives such as Condition, Loop, Population are suggested after “%”
@@ -63,6 +61,7 @@ Along with the Dao name change, we will refactor the SQL file directory and file
6361- After refactoring the Dao name, change the SQL deployment directory name as well.
6462- After refactoring the Dao method name, we will also change the SQL file name.
6563- After refactoring the Dao package, we will also change the SQL directory.
64+ ![ RenameDao.gif] ( images/gif/RenameDao.gif )
6665
6766## Formatter(Preview)
6867Provides code formatting for SQL syntax.
@@ -72,6 +71,10 @@ Automatic indentation on newlines provided by the SQL formatting feature is disa
7271To enable auto-indentation, toggle the corresponding flag in the settings screen below.
7372
7473` Settings > Other Settings > Doma Tools > Enable auto-indent for SQL `
74+ To enable auto-indentation, toggle the corresponding flag in the settings screen below.
75+
76+ ![ Format.gif] ( images/gif/Format.gif )
77+
7578## Reference resolution
7679Ctrl+Click on a bind variable in an SQL file to jump to its source symbol:
7780
@@ -83,7 +86,7 @@ This feature works in source JARs as well, but in binary JARs, if the DAO method
8386- Resolve references for custom functions using the ExpressionFunctions implementation class in which they are defined.
8487- You can also jump using the ** Go To > Declaration Usage** menu.
8588
86- ![ reference.png ] ( images/reference.png )
89+ ![ Reference.gif ] ( images/gif/Reference.gif )
8790
8891## Settings
8992Some functions of "Doma Tools" can be customized from the settings screen.
0 commit comments