使用vs code来编写前端代码,内存的使用比webstrom要少很多。

       vs code可以下载中文及debug插件,使用起来会方便很多。

 

      vs code不像idea或者webstrom有local history功能,不会记录文件的修改记录。如果也没做git add操作,修改的记录可能会丢失。

      vs code可以安装local history插件,这样就可以记录文件的修改历史了。

 

     工程的根目录会生成一个.history目录,可以把.history加入到.gitignore中,就不会把历史文件提交到git中。

相关文章:

  • 2021-05-27
  • 2021-04-12
  • 2022-01-25
  • 2021-09-26
  • 2022-02-19
  • 2021-08-03
  • 2021-04-28
  • 2021-11-09
猜你喜欢
  • 2021-07-10
  • 2021-08-21
  • 2022-02-25
  • 2021-07-02
  • 2022-02-17
  • 2022-12-23
相关资源
相似解决方案