执行vscode插件快捷键无效

command 'extension.cursorTip' not found
比如之前添加了vscode插件 koroFileHeader , 后来又卸载了,原因是添加函数组件的时候,参数没有参数类型的提示,后来改用了 documentThis

解决办法

1:找到 该快捷键

command 'extension.cursorTip' not found

2: 右击删除

command 'extension.cursorTip' not found

3: 重启就可以了,如果是mac要修改一下快捷键, 因为 ctrl + alt + d 已经被占用了

command 'extension.cursorTip' not found
我修改的是 ctrl + alt + f + ctrl + alt + f (function)

相关文章:

  • 2021-12-09
  • 2022-01-04
  • 2021-11-17
  • 2021-05-24
  • 2022-01-19
  • 2021-07-21
  • 2021-07-23
  • 2022-02-04
猜你喜欢
  • 2021-11-22
  • 2021-08-19
  • 2021-09-05
  • 2021-07-17
  • 2021-07-22
相关资源
相似解决方案