Highlights
- Arctic Code Vault Contributor
- Pro
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 50 million developers.
Sign up
Popular repositories
-
-
-
-
-
-
Forked from apple/sourcekit-lsp
Language Server Protocol implementation for Swift and C-based languages
Swift 2
759 contributions in the last year
Contribution activity
October 2020
Created a pull request in apple/swift that received 4 comments
[CodeCompletion] Remove parser hacks regarding type body fingerprints
Address https://github.com/apple/swift/pull/34151/files#diff-a5731a934e0c085bf4b84dabd27a6ffdR4555-R4557 Take type body fingerprints into account f…
- Retain invalid decls when filtering using access path
- [SR-10011] [Lexer] Raw Strings escape character sequence resembling multiline delimiter
- [CodeCompletion] Dedupe completion results if multiple lookups were made
- CodeCompletion: Annotate archetypes, generic parameters and dependent…
- [CodeCompletion][Sema] Allow missing args when solving if the completion location indicates the user may intend to write them later.
- [CodeCompletion] Reuse CompletionContextFinder for fallback completion when no typeCheckExpression call is made
- Parse: Remove AlreadyHandledDecls set
- [Parse][CodeCompletion] Don't special case code completion when forming single-expression closures/function bodies (NFC)
- [CodeCompletion][CSGen] Treat ErrorExprs as holes when generating constraints for code completion
- SR-13098 Diagnostic improvement: encountering an unexpected statement at type scope