最近换了vscode有一些疑问,望指教!
已解决
在Atom里面输入log会自动补全成console.log()。 不知道在vscode怎么实现这个功能呢?
已解决
在键盘快捷键里面设置
没有选中当前行这个快捷键,我想添加可是不知道怎么写command和when
{
"key": "cmd+l",
"command": "",
"when": ""
}
函数跳转问题
let hotelListController = require('./../application/controllers/list')
hotelListController.app
跳转不到app的函数,只能先跳到hotelListController然后再跳到list再到list里找app很麻烦,不知道是不是有插件能解决这个问题?