Intellisense

Documentation in Desmos

Function Documentation

See an example here.

DesModder Intellisense supports documentation for functions. Function documentation will appear while you are filling out the parameters for a function.

Put a text expression (either through the expression dropdown or by hitting the " key in an empty expression) directly before a function and put text in it to provide documentation for that function.

Function documentation can also contain rendered LaTeX mathematical expressions, which are enclosed by backticks (```). These use Text Mode syntax. If an expression cannot be parsed as a Text Mode expression, it will fall back to being parsed as regular Desmos LaTeX.

Parameter Documentation

You can provide documentation for specific function parameters by typing @param PARAMNAME, where PARAMNAME is the name of the function parameter as if it were written in Text Mode format.

Private and Public Expressions

Jump to Definition

Press F9 while the text cursor (caret) is hovering over an identifier to jump to that identifier's definition. Alternatively, while the intellisense menu is open, you can click the compass button while hovering over an autocomplete suggestion to jump to its definition.

If there are multiple definitions, a menu listing them will open instead. Use the Up and Down arrow keys to navigate through this menu; and use Enter to select an option from it. Use Escape to close it.

Autocomplete

Autocomplete can be controlled via mouse or keyboard.

Auto-Subscriptify

If this feature is enabled, then subscripts can be automatically inserted in some scenarios.

For example, if you have a function defined as g_{ray}(x)=rgb(x,x,x), then you can directly write gray to get g_{ray} without typing the underscore key _.