Coding assistance
Datalore provides smart coding assistance to help you improve your programming experience with the application.
- Code completion
As you start typing the name of a function, method, class or variable, a box pops up suggesting possible completions. Click the right option from the list to complete the object name or keep typing to narrow down the scope of suggestions.
- Quick documentation
For code cells, Datalore provides quick access to documentation:
Brief reference: provided in a popup when holding down Ctrl | Command and hovering over the code.
Full reference: provided in an expanded popup when you place the caret at the symbol and press F1.