-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for #1148: normalize handling for map fields, methods and properties
- disable code hover/select for map key - highlight property expression as MAP_KEY - propose only fields for "map.@x" - propose only methods for "map.&x" or "map::x" - propose only methods for "map.x" (no Java-bean variants) - change inferred type of getAt(Object,String) extension method #1143
- Loading branch information
1 parent
2ef5443
commit 9651089
Showing
16 changed files
with
451 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.