Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Adds code completion to your function’s arguments
ResourceFunction["AddCodeCompletion"]["function"][arg1,arg2, …] adds code completions to "function" for each argi. |
{string1,string2,…} | a list of possible string completions |
None | no completion |
"AbsoluteFileName" | absolute filename completion |
"RelativeFileName" | relative filename completion |
"Color" | color completion |
"PackageName" | package name completion |
"DirectoryName" | directory name completion |
"InterpreterType" | interpreter type completion |
"Style" | style completion |
Add a list of strings as possible code completions for the "ohmy" function:
In[1]:= |
Out[1]= |
Code completions appear when the first double quote is typed:
Add a file name code completion for the "fileopen" function:
In[2]:= |
Out[2]= |
Code completions appear when the beginning of an absolute file name is detected:
Add code completion for a function with multiple arguments:
In[3]:= |
Out[3]= |
Code completions appear for each argument:
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License