66<!-- Plugin description -->
77"Doma Tools" is a plugin that supports the development of [ Doma] ( https://github.com/domaframework/doma ) based projects in IntelliJ.
88
9- It checks associations between Dao and SQL, and offers coding support features for Doma syntax,
9+ It checks associations between DAO and SQL, and offers coding support features for Doma syntax,
1010such as generating SQL template files, navigating between files, and inspections to ensure the validity of bind variables.
1111
1212<!-- Plugin description end -->
@@ -19,21 +19,21 @@ Shortcut keys can be used for actions
1919![ FileJump.gif] ( images/gif/FileJump.gif )
2020
2121- ** Jump to SQL**
22- - Jump to action from Dao to SQL
22+ - Jump to action from DAO to SQL
2323 - You can also jump to the SQL file from the gutter icon that is displayed together.
2424- ** Generate SQL**
2525 - Generate SQL file
26- - ** Jump to Dao **
27- - Jump to action from SQL to Dao
28- - You can also jump to the Dao Method from the gutter icon that is displayed together.
26+ - ** Jump to DAO **
27+ - Jump to action from SQL to DAO
28+ - You can also jump to the DAO Method from the gutter icon that is displayed together.
2929
3030## Inspection
31- Check that bind variables are used appropriately for Dao and SQL associations.
32- The plugin also provides quick fixes for Dao methods where the required SQL files do not exist.
31+ Check that bind variables are used appropriately for DAO and SQL associations.
32+ The plugin also provides quick fixes for DAO methods where the required SQL files do not exist.
3333
3434- Quick fix for missing SQL template file
3535 ![ quickfix.png] ( images/quickfix.png )
36- - Checking for Dao method arguments not used in bind variables
36+ - Checking for DAO method arguments not used in bind variables
3737 ![ inspection.png] ( images/inspection.png )
3838- Check the class name and package name for static property calls
3939 ![ inspectionPackageName.png] ( images/inspectionPackageName.png )
@@ -43,9 +43,9 @@ The plugin also provides quick fixes for Dao methods where the required SQL file
4343## Completion
4444Adds code completion functionality to support indexing of Doma directives and bind variables
4545
46- - Suggest Dao method arguments in bind variable directives
46+ - Suggest DAO method arguments in bind variable directives
4747 ![ Completion.gif] ( images/gif/Completion.gif )
48- - Refer to class definition from Dao method argument type and suggest fields and methods
48+ - Refer to class definition from DAO method argument type and suggest fields and methods
4949- Provide code completion for class and package names used in static property calls.
5050 ![ CompletionStatic.gif] ( images/gif/CompletionStatic.gif )
5151- Suggest members defined as static in static fields and method calls
@@ -56,11 +56,11 @@ Adds code completion functionality to support indexing of Doma directives and bi
5656- Suggest functions during code completion from the ExpressionFunctions implementation classes registered in the settings.
5757
5858## Refactoring
59- Along with the Dao name change, we will refactor the SQL file directory and file name.
59+ Along with the DAO name change, we will refactor the SQL file directory and file name.
6060
61- - After refactoring the Dao name, change the SQL deployment directory name as well.
62- - After refactoring the Dao method name, we will also change the SQL file name.
63- - After refactoring the Dao package, we will also change the SQL directory.
61+ - After refactoring the DAO name, change the SQL deployment directory name as well.
62+ - After refactoring the DAO method name, we will also change the SQL file name.
63+ - After refactoring the DAO package, we will also change the SQL directory.
6464![ RenameDao.gif] ( images/gif/RenameDao.gif )
6565
6666## Formatter(Preview)
0 commit comments