ballerina-lang
ballerina-lang copied to clipboard
[2201.9.x] Improve the order of completions for client resource access action statements
Purpose
Expanding on the work initiated in https://github.com/ballerina-platform/ballerina-lang/issues/41636, support has been broadened to client resource access action statements.
Fixes #42549
Samples
Check List
- [x] Read the Contributing Guide
- [ ] Updated Change Log
- [ ] Checked Tooling Support (#<Issue Number>)
- [x] Added necessary tests
- [x] Unit Tests
- [ ] Spec Conformance Tests
- [ ] Integration Tests
- [ ] Ballerina By Example Tests
- [ ] Increased Test Coverage
- [ ] Added necessary documentation
- [ ] API documentation
- [ ] Module documentation in Module.md files
- [ ] Ballerina By Examples