Visual Studio Code – Click Log to view C# Source Code in VS Code
With NodeJS in VSCode all console.log logs have a clickable link which takes you to the source code line where the log was generated: How can we achieve the same result with csharp? The goal should be that each log…