You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if all schema properties, which have a closed set of possible values would provide suggestions powered by enum, just like property _version does.
For instance, the following properties don't provide a code completion suggestions:
sap.app/i18n/supportedLocales
sap.app/i18n/fallbackLocale
sap.ui5/models/i18n/settings/supportedLocales
sap.ui5/models/i18n/settings/fallbackLocale
sap.ui5/dependencies/libs
sap.ui5/dependencies/minUI5Version
sap.ui5/models
That's the whole idea of a manifest JSON-schema — to assist a developer to choose a proper value from a closed set of possible ones. To save a time and not to go to an API documentation.
Ideally, every non-app-specific value should provide a suggestion.