This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Syntax more friendly to current Intellij (#86)
As of now, Intellij does not take into account matching implicits when suggesting extension methods during autocomplete, although it did so before, and ostensibly it should still do it. Because of that the autocomplete list for dynamo queries contains a lot of methods that aren't applicable to the current query (e.g. `withUpdateExpression` for `QueryRequest`), this makes navigating the library very hard. Here I'm changing most (excluding `decodeItems` & `decodeItem` because of complex overloading) implicit classes to match on upper bound of DynamoRequest instead of an implicit evidence, this works around the Intellij issues and massively cleans up the auto-complete list
- Loading branch information
Showing
5 changed files
with
208 additions
and
144 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
Oops, something went wrong.