@philiprbrenan The window shown in the image is not the terminal window, its the build output window, which for an IDE is usually the compiler output, hence the tab name.

This window already allows jumping to file contents, by filename and line number, by clicking on a line if it can parse the line to extract the information. Since the error lines from various compilers are different, the parsing is dependent on the language, or some magic built-ins, or regular expressions you can configure yourself. See here for how to configure.


Reply to this email directly or view it on GitHub.