Docs


Intelligent code help

The editor has intelligent help for coders. Select a function or object in the JavaScript code and press Alt-I to display help on it. A series of rules try to bring you the best help page for the selected code. The help displayed will be the following:


Selected text Help displayed
P5 word Tries to find entry for word in P5 docs
THREE.string Tries to find entry for string in Three.js docs
Physijs.string Physijs docs
AB.string Tries to find correct page in AB docs
AB.world.string
AB.mind.string
World and Mind docs
ABWorld.string
ABHandler.string
API docs
Other string Search engine top hit for this string plus the word "JavaScript".