Skip to content

ColorValue should have a optional function to expose the SuggestionProviders for Parsed Values #22

@Speiger

Description

@Speiger

because it is useful to have that for those too.

At the moment hackfix is:

public ISuggestionProvider getExpandedColorSuggestions() {
    ColorValue value = new ColorValue("dummy", 0);
    value.addExpandedColorSuggestions();
    return value.getProviders().get(0);
}

This gets you the Suggestion Provider since they are not bound to a config entry themselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions