Autocomplete is a feature that allows us to improve candidate experience. It predicts what functions and variables you want to use making your coding experience even smoother.
Autocomplete in CodeLive resembles a local IDE in the most important aspects of working directly with code, most of all:
- Editor improvements for efficient code editing (indentation, brackets, multicursor)
- Code completions for builtins/libraries for faster coding
- Peek function/method definition & syntax to look up how things work
Currently, our autocomplete in CodeLive is in alpha-mode and is supported in Python (vanilla, pytest, data science), JavaScript, Java, C and C++.