Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Speiger opened this issue Apr 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Speiger
Copy link
Contributor

Speiger commented Apr 4, 2024

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.

@Speiger Speiger added the enhancement New feature or request label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant