ballerina-platform / ballerina-lang

The Ballerina Programming Language
https://ballerina.io/
Apache License 2.0
3.54k stars 733 forks source link

Support `Add 'check' error` code action for call statements #42637

Closed nipunayf closed 2 weeks ago

nipunayf commented 2 weeks ago

Purpose

$title.

Fixes #42507

Approach

Modified the AddCheck code action to consider the diagnostic "variable assignment required" specifically for call statements.

Samples

https://github.com/ballerina-platform/ballerina-lang/assets/59343084/a943a959-330e-4428-b3d8-ce3594a9dc0a

Check List