Argument completion is enabled by default. You can disable/enable it from the Options Dialog.
2.
|
In the Interface tab, under Show:
|
–
|
To disable this feature, clear the Automatic argument completion check box.
|
–
|
To enable this feature, select the Automatic argument completion check box.
|
3.
|
Select apply to session or apply globally.
|
Argument completion works on some expressions. These suggestions can appear when you are typing a function call of the form commandname(arguments). Typically, the popup list would appear in one of these cases:
–
|
After you type commandname( to suggest a first argument
|
–
|
After you have typed commandname(arguments, to suggest an additional argument or option name
|
–
|
After you have typed commandname(arguments,argname= to suggest the value for an option name
|
–
|
After you type any of the above followed by the beginning of a word, to suggest a completion for that argument
|
Maple checks both your current session and Maple's library of known names, so, for example, if you have assigned an expression to the name A and then begin typing a function call for which A is a valid option for the first argument, Maple may suggest A.