Code Completion and Hints for C++
The integrated code editor is one of the most used features in Toph. As an upgrade we are adding 3 new features to it.
Currently these are available for C++ only. Support for the other programming languages will be added gradually.
Code Completion
You will see suggestions as you type based what is available contextually. Use the arrow keys to select, and hit Tab or Enter to select the suggestion.
Errors and Warnings
Errors and warnings from the compiler are shown in-place, as you code.
Symbol Information
Hover over a symbol to see its type, definition, and documentation.
- Published