Suppose I have myFunction as follows:
ClearAll[myFunction];
myFunction[unitName_,somethingElse_]:=...definition...;
I want to use the built-in autocomplete that is used for Quantity's second argument (first for one argument form) for my functions first argument. This autocomplete produces a list of available units to choose from.
I see there are some Autocomplete and AutocompletionFunction in the documentation but is there a way to achieve this somehow?
AddSpecialArgCompletionon this site. – QuantumDot Aug 07 '21 at 03:28