turbo-console-log
主要功能 通过自动执行写有意义的日志消息的操作,此扩展使调试变得更加容易。 特征 I)自动插入有意义的日志消息 两步: 选择作为调试主题的变量 按Ctrl + Alt + L 相对于所选变量,日志消息将插入到下一行,如下所示: console.log(“ SelectedVariableEnclosingClassName-> SelectedVariableEnclosingFunctionName-> SelectedVariable”,SelectedVariable) 多光标支持: 特性: turboConsoleLog.wrapLogMessage(布尔值):是否包装日志消息。 turboConsoleLog.logMessagePrefix(字符串):日志消息的前缀(默认为 :rocket: )。 turboConsoleLog.addSemicolonInTheEnd(布尔