# super-console-debugger **Repository Path**: mrguoyaqi/super-console-debugger ## Basic Information - **Project Name**: super-console-debugger - **Description**: super console debugger - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: VSCode, Console, 插件 ## README # Super Console Debugger 这是一款极度舒适的console debugger插件 可以通过右键菜单,全局搜索命令,快捷键方式调用,快速创建console,debugger或清除console,debugger ![alt](https://gitee.com/mrguoyaqi/super-console-debugger/raw/main/assets/img/gongneng1.jpg) ## 主要功能 - Add Console 选中变量名则在下一行打印该变量/没有选中变量名则创建空console - Add Console Of Copy 先复制变量名,再到指定位置创建console - Add Debugger 创建debugger - Clear Console 清空当前页面所有console或清空选中代码内console - Clear Debugger 清空当前页面所有debugger或清空选中代码内debugger ## 调用方式 - 右键通过Super Console Debugger菜单调用 - ctrl+shift+p 搜索想要调用的命令 - 使用快捷键 ## 设置 ![alt](https://gitee.com/mrguoyaqi/super-console-debugger/raw/main/assets/img/shezhi.jpg) 可以设置console信息前缀内容,是否展示打印的变量名,后缀 举例: ``` console.log('前缀变量名后缀',变量) ```