
工具使用
庆怀王
这个作者很懒,什么都没留下…
展开
-
yarn安装和使用以及切换源--
使用npm安装npm install -g yarn切换源查看当前源yarn config get registry切换为淘宝源yarn config set registry https://registry.npm.taobao.org切换为自带的yarn config set registry https://registry.yarnpkg.com原创 2021-07-22 14:15:51 · 1251 阅读 · 0 评论 -
VS Code使用技巧
1.多行转一行mac: ctrl + J在 Ubuntu/Windows 上: 通过File> Preferences > Keyboard shortcuts打开快捷键的设置,并且绑定editor.action.joinLines你自己的快捷键。2.代码格式化在 Windows 上:Shift + Alt + F在 Mac 上:Shift + Option + F在 Ubuntu 上:Ctrl + Shift + I3.代码折叠折叠光标处未折叠的代码:在 Window原创 2020-05-25 18:12:02 · 205 阅读 · 0 评论