Smart DebugerSmart Debuger is a lightweight extension for Visual Studio Code that helps developers quickly insert structured debug logs for Node.js (JavaScript/TypeScript) and Go. Features
UsageWithout SelectionPress: Ctrl + Q Example: console.log("app.js / Line 42 ------------------- "); With Variable SelectedSelect a variable and press: Ctrl + Q Example: console.log('app.js / userId / Line 42 ------------------- ', userId); Go Examplefmt.Println("main.go / count / Line 18 -------------------> \t\t", count, "\n") RequirementsNo additional setup required. Extension SettingsThis extension does not add any settings. Release Notes0.0.1Initial release of Smart Debuger. |