plugin-console README此插件重在美化控制台打印出绚丽多彩的log日志; 安装插件成功之后, 在vscode中选中你要打印的对象, 或者不选中也可以, 使用快捷键 mac:"cmd + shift + ;" window: "ctrl + shift + ;" 此时会在当前行的下一行,随机生成一段打印代码如: console.log('%c 💻object💻: ', 'color: MidnightBlue; background: DeepPink; font-size: 20px;', object); Features待升级
Requirements暂无依赖 Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of ... 1.0.1Fixed issue #. 1.1.0Added features X, Y, and Z. Working with MarkdownNote: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
For more informationEnjoy! |