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.
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 from the compiler are shown in-place, as you code.
Hover over a symbol to see its type, definition, and documentation.