插件
使用 intellij idea 快捷键
安装地址 Intellij idea keybindings, 具体支持的快捷键这个页面可以查。
行尾添加 “;” 的插件
trailing-semicolon
安装完成以后,默认的 “commond+;” 与原来的 configure task 快捷键冲突,需要在 菜单:Preferences--> Keyboard Shortcut,打开“keybinding.json”, 把
{ "key": "cmd+;", "command": "extension.trailing-semicolon", "when": "editorTextFocus" }, 复制到自定义区域。
自动显示变量结果 Quokka.js
官网
Quokka.js is a rapid prototyping playground for JavaScript and TypeScript. It runs your code immediately as you type and displays various execution results in your code editor.