Autocomplete enum-like options #605
Labels
convenience
Syntax improvements that don't significantly change functionality
wolfram language
Requires Wolfram Language implementation
The problem
We have some options the values of which contain strings that should support autocompletion. For example,
"EventOrderingFunction"
.Possible solution
Some built-in options, e.g.,
GraphLayout
can do that already. We just need to find out how they are implemented. It might be necessity to switch options to use symbols instead of strings first (#604).The text was updated successfully, but these errors were encountered: