-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add SPI for Completions #14054
Add SPI for Completions #14054
Conversation
This is due to recent changes of making endpoint and object and resource a function. Signed-off-by: Rasika <info.rasika@gmail.com>
Moved to BallerinaParser.AnnotationAttachmentContext.class to make the API clean. All context resolvers map into either native construct (such as BLangBlockStmt, BLangFunction etc.) or ParserRuleContext Signed-off-by: Rasika <info.rasika@gmail.com>
Signed-off-by: Rasika <info.rasika@gmail.com>
Signed-off-by: Rasika <info.rasika@gmail.com>
Signed-off-by: Rasika <info.rasika@gmail.com>
Signed-off-by: Rasika <info.rasika@gmail.com>
Signed-off-by: Rasika <info.rasika@gmail.com>
Signed-off-by: Rasika <info.rasika@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #14054 +/- ##
============================================
+ Coverage 65.26% 67.47% +2.21%
- Complexity 426 486 +60
============================================
Files 2124 2303 +179
Lines 94502 116473 +21971
Branches 12562 18438 +5876
============================================
+ Hits 61676 78595 +16919
- Misses 27825 32506 +4681
- Partials 5001 5372 +371
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cleaner approach for the completion architecture.
Purpose
Sample