maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 44 forks source link

Autocomplete enum-like options #605

Open maxitg opened 3 years ago

maxitg commented 3 years ago

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).