consolerustvisual-studio-codecode-navigation

Jump to source from console output in Visual Studio Code


Is it possible to setup Visual Studio Code to jump to source from console output? Here is my output:

enter image description here

Is it possible to click on reduced.rs and open this file?


Solution

  • As a partial solution to the problem I'd propose using Problems panel:

    enter image description here

    If the rest of plugins are installed correctly, it will show you lines of code with error messages (unfortunately partrial):

    enter image description here

    But it allows to jump to the source code.