All notable changes to the "turbo-console-log" extension will be documented in this file.
- feat: 增加几个语言支持
- refactor: 优化打印语句
- feat: 增加 coffeescript 支持
- feat: 增加几个语言支持
- fix: 调试日志匹配准确性问题
- fix: 需要分号时打印语句错误
- fix: python、go 打印字符错误 #2
- fix: logFunction 未配置代码类型报错 #1
- feat: 增加快捷键
ctrl + alt + u
更新调试日志行号
- refactor: logFunction 多语言支持
"turboConsoleLog": {
"includeFileNameAndLineNum": true,
"logFunction": {
"php": "echoFunction"
}
}
- fix: 含
~
代码对于调试日志判断不准确问题
- feat: 支持更多的语言