Skip to content

Not all properties have completion suggestions provided by enum lists #5

@pubmikeb

Description

@pubmikeb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions