Visual C ++ Editor has an excellent function, which means that when printing code, it underlines the errors with a red line. For example, if you use a variable that is not declared, it will underline it with a red curly line. Thus, the programmer can resolve many typing errors and does not have to wait for compilation to notice them.
Now my question is: is there any editor for Linux that has this great feature?
source
share