VSC KeyNote

1、前后跳转。

  Alt + LeftArrow, Alt + RightArrow

2、缩进问题。

  vsc默认缩进为4,但js代码里缩进依旧是2。

  因为vscode默认启用了根据文件类型自动设置tabsize的选项,在设置中添加:

    "editor.detectIndentation": false

  即可解决。

相关文章:

  • 2021-12-18
  • 2022-01-20
  • 2021-05-21
  • 2021-07-02
  • 2022-01-14
  • 2021-09-13
  • 2022-01-30
  • 2021-09-14
猜你喜欢
  • 2021-08-07
  • 2021-08-16
  • 2022-02-21
  • 2022-01-25
  • 2021-09-29
  • 2021-07-26
  • 2021-06-21
相关资源
相似解决方案