Skip to content

Support enums within tables #1412

Open
Open
@Feez

Description

@Feez

This may have to be a follow-up of #1411 but I have created this as a separate issue for separate feedback & tracking purposes

It would be nice if we could have enum function argument suggestions based on where the enumerator is defined. Currently, if you have an enum nested within some tables, it will only suggest the enum values as such:

image

This is fine if using the values defined directly is not an issue. However, if the enum values are runtime values (as mentioned in issue #1411) then we'd like to have some sort of initial auto-complete as such:

image

I am not sure how expensive computationally it may be to do this, if that is an issue then perhaps there exists a cheap workaround that could be used for documenting purposes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions