Skip to content

Commit afdecd9

Browse files
committed
Update README.md to include details on class and package name checks for static property calls
1 parent 04e1540 commit afdecd9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ The plugin also provides quick fixes for Dao methods where the required SQL file
3636
![quickfix.png](images/quickfix.png)
3737
- Checking for Dao method arguments not used in bind variables
3838
![inspection.png](images/inspection.png)
39+
- Check the class name and package name for static property calls
40+
![inspectionPackageName.png](images/inspectionPackageName.png)
3941

4042
## Completion
4143
Adds code completion functionality to support indexing of Doma directives and bind variables
@@ -44,6 +46,8 @@ Adds code completion functionality to support indexing of Doma directives and bi
4446
![complete_bindVariables.png](images/complete_bindVariables.png)
4547
- Refer to class definition from Dao method argument type and suggest fields and methods
4648
![complete_member.png](images/cpmplete_member.png)
49+
- Provide code completion for class and package names used in static property calls.
50+
![complete_package.png](images/complete_package.png)
4751
- Suggest members defined as static in static fields and method calls
4852
- Suggest Doma directives
4953
- Directives such as Condition, Loop, Population are suggested after “%”

images/complete_package.png

14.2 KB
Loading

images/inspectionPackageName.png

15.3 KB
Loading

0 commit comments

Comments
 (0)