wso2 / ballerina-vscode

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

Ability create public types from the XML and JSON import #562

Open hasithaa opened 5 months ago

hasithaa commented 5 months ago

Right now, we have to go to individual records and make them public, which is a cumbersome task when you have large data structures. Having an option to make them public from the form itself is a better option.

nipunayf commented 5 months ago

When should we provide the option? I can think of two possible ways for this.

  1. Include it in the advanced options to make all the records public. image
  2. Offer the option after creating the records, allowing the user to make this decision selectively. image