I wish to define a custom function having optional parameters. Usually, OptionsPattern[] meets my requirements, but I would like to build the function similar to embedding ones, which after typing "Parameter" -> generate an autocompletion list with all options of this parameters. Is it possible?
Asked
Active
Viewed 143 times
2
-
Possibly a duplicate of Auto-completion for option values in user-defined functions – Jason B. Dec 19 '19 at 19:54
-
See https://mathematica.stackexchange.com/questions/78935/prompt-a-set-of-possible-options/82697#82697 – Michael E2 Dec 19 '19 at 19:56
-
Related but not the same: https://mathematica.stackexchange.com/questions/56984/argument-completions-for-user-defined-functions – QuantumDot Dec 19 '19 at 19:56
-
1As I see, custom's autocompletion capacity is not implemented in Mathematica yet. Different users at their own risk apply various workarounds. But solutions are version-dependent and can results in unstable performance of software. – Konstantin Dec 19 '19 at 20:53