You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Suggest members defined as static in static fields and method calls.
53
-
- Directives such as Condition, Loop, Population are suggested after `%`.
52
+
-Suggests members defined as static in static fields and method calls.
53
+
- Directives such as Condition, Loop, and Population are suggested after `%`.
54
54
- Suggests built-in and custom functions after `@`.
55
-
- Optional types are recognized as their element type (e.g. a parameter of type `Optional<String>` is treated as type `String`).
55
+
- Optional types are recognized as their element type (e.g., a parameter of type `Optional<String>` is treated as type `String`).
56
56
57
57
## Refactoring
58
-
Along with the DAO change, we will refactor the SQL file directory and file name.
58
+
Along with DAO changes, the plugin will refactor the SQL file directory and file name.
59
59
60
-
- After refactoring the DAO name, change the SQL directory name as well.
61
-
- After refactoring the DAO method name, we will also change the SQL file name.
62
-
- After refactoring the DAO package, we will also change the SQL directory.
60
+
- After refactoring the DAO name, the SQL directory name will also be updated.
61
+
- After refactoring the DAO method name, the SQL file name will also be updated.
62
+
- After refactoring the DAO package, the SQL directory will also be updated.
63
63

64
64
65
-
## Formatter(Preview)
65
+
## Formatter(Preview)
66
66
Provides code formatting for SQL syntax.
67
67
This feature is in preview. You cannot customize the indentation or keywords to be broken down!
68
68
@@ -74,34 +74,34 @@ To enable auto-indentation, toggle the corresponding flag in the settings screen
74
74
75
75

76
76
77
-
## Reference resolution
78
-
Ctrl+Click on a bind variable in an SQL file to jump to its source symbol:
77
+
## Reference Contributor
78
+
Ctrl+Click on a bind variable in an SQL file to jump to its source symbol.
79
79
80
80
This feature works in source JARs as well, but in binary JARs, if the DAO method’s argument parameter names have been changed, the references cannot be resolved and the feature will not function.
81
81
82
-
- The DAO method’s argument parameter definition
83
-
- The field and method definitions on that parameter’s type
84
-
- The class definition referenced by @ClassName@
85
-
- Custom functions in the configured ExpressionFunctions implementation class
82
+
- The DAO method’s argument parameter definition.
83
+
- The field and method definitions on that parameter’s type.
84
+
- The class definition referenced by @ClassName@.
85
+
- Custom functions in the configured ExpressionFunctions implementation class.
86
86
- You can also jump using the **Go To > Declaration Usage** menu.
87
87
88
88

89
89
90
90
## Settings
91
91
Some functions of "Doma Tools" can be customized from the settings screen.
92
92
93
-
-Enabling/disabling inspections and customizing error levels
94
-
- Highlight color settings for SQL elements
93
+
-Enable/disable inspections and customize error levels.
0 commit comments