wso2 / mi-vscode

Micro Integrator extension for Visual Studio Code
Apache License 2.0
2 stars 3 forks source link

Support dropdown of generic names for property mediator `name` and field #153

Open poorna2152 opened 3 months ago

poorna2152 commented 3 months ago

Description: Based on the description of the Name property of the property mediator given here. The Property Name property could be a expression and it should also give a dropdown of possible generic names in that field.

But in the current form of the property mediator it is not possible to mark the name as a expression and there is no dropdown of generic names for the name field of the property.

Screenshot 2024-07-25 at 09 27 24
thuva9872 commented 3 months ago

The expression support for property name is added in the latest release v1.0.2.

thuva9872 commented 3 months ago

We haven't finalised the dropdown of generic names and haven't planned to give that feature for now. This feature will be added in the future release.

ChinthakaJ98 commented 1 month ago

To address this issue we need a catalog which could be used to give users the option of either a browsing window or an AI search to select the relevant property name. Therefore this catalog creation needs to be done first in a separate effort in order to provide the required UI support from the MI extension and that effort is being tracked in issue https://github.com/wso2/micro-integrator/issues/3620