# 2019.04.23
[新闻] Javascript 实现的蔡徐坤打篮球游戏,试玩 (opens new window):https://github.com/kasuganosoras/cxk-ball (opens new window)
[工具] 当鼠标移动到 VS Code 某一行中,就可以看到当前行的执行结果,类似于 debugger
当前行执行结果页。可以避免重复的敲 console.log
调试:<https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-VS Code>
[工具] mockit 是快速的创建 mock API 工具,支持用视图操作 HTTP 状态返回值,延迟返回结果等,可以配合 jest 等工具使用:https://github.com/boyney123/mockit (opens new window)
[工具] 基于 Ant Design 的表单生成器,可以避免重复的去写业务模块,用图形化操作自动生成表单:https://github.com/xinyu198736/antd-visual-editor (opens new window)