Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Microsoft
- Cleveland
- Sign in to view email
Pinned
496 contributions in the last year
Activity overview
Contributed to
klazuka/intellij-elm,
klazuka/elm-hot,
klazuka/elm-hot-webpack-loader
and 5 other
repositories
Contribution activity
August 2019
- klazuka/elm-live JavaScript
Created a pull request in klazuka/intellij-elm that received 1 comment
Use stubs during type inference
I noticed that when opening a file in IntelliJ shortly after opening a project, it was also parsing nearly 100 other Elm files imported from that f…
+983
−314
•
1
comment
- Fix case where record field reference wouldn't resolve
- Convert UnresolvedReferenceAnnotator to an intention
- Add intention to qualify unresolved references
- Add ability to suppress inspections with comments
- Add quick fix to rename unused patterns to _
- Unify types for case branches individually.
- Support references to record fields in annotated functions
- Properly qualify names in generated annotations
- Add intention to generate JSON encoder and decoder from a type annotation