IDEA/WebStorm使用笔记

1.使用powershell作为默认终端

#改变powershell策略
Set-ExecutionPolicy Unrestricted -Scope CurrentUser

找到系统的powershell目录 , 默认是 

C:WindowsSystem32WindowsPowerShellv1.0powershell.exe

打开IDE的设置 File >> Settings || Tools >> Terminal

把Shell path替换成powershell的路径即可

2.Git好用的插件

  GitToolBox

原文地址:https://www.cnblogs.com/kreo/p/11989931.html