-
Notifications
You must be signed in to change notification settings - Fork 51
Autocomplete enum-like options #605
Copy link
Copy link
Open
Labels
convenienceSyntax improvements that don't significantly change functionalitySyntax improvements that don't significantly change functionalitywolfram languageRequires Wolfram Language implementationRequires Wolfram Language implementation
Metadata
Metadata
Assignees
Labels
convenienceSyntax improvements that don't significantly change functionalitySyntax improvements that don't significantly change functionalitywolfram languageRequires Wolfram Language implementationRequires 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.,
GraphLayoutcan 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).