wso2 / ballerina-vscode

To keep Ballerina VSCode plugin related issues, discussions, etc.
Apache License 2.0
42 stars 20 forks source link

[Data Mapper] Suggest selected fields within expression editor #526

Closed madushajg closed 4 months ago

madushajg commented 1 year ago

Description: To provide a value for a particular field using multiple input fields some users will first create a mapping between those fields and then try to add a function by making the input fields as parameters. When doing that, they will lose the selection once they add the function into the expression editor (Refer the below video).

https://github.com/wso2/ballerina-plugin-vscode/assets/26219651/81ab3512-3e8b-47cf-876e-75351188e873

We can improve this case by displaying the selection also within the suggestions section.