markdown 编辑器配置#webstorm

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 编辑器配置#webstorm相关的知识,希望对你有一定的参考价值。

1.WebStorm中配置浏览器方法
File—>Settings—>搜索browser—>选择浏览器的path—>选择.exe文件的路径

2.phpstorm/webstorm/idea 出现一只刷新缓存Updating Index
File->Invalidate Caches / Restart.
zz:http://stackoverflow.com/questions/15991561/intelli-j-idea-takes-forever-to-update-indices

3.Unregistered VCS root detected. The directory…is under Git, but is not registered in the Settings
File—>Settings->Version Control
可以看到当前的项目是处于Unregistered roots,解决方案就是选中该路径,点击左下角的“+”号即可,然后Apply就可以解决该问题了。
4.webstorm 代码过长自动换行
File—>Settings->Editor->Code Style->Javascript->Wrapping and Braces标签->Hard wrap at 80
改成300就可以了
5.webstorm去掉 编辑器中间一条线
File—>Settings->Editor->General->Appearance->Show hard wrap guide 勾去掉就可以了
6.webstorm 代码格式化
setting ->keymap->搜索reformat code 
7.webstorm选中多个相同的单词快捷键
Alt+J 
8.webstorm 多个仓库fetch 会fetch所有的远程仓库。而不能制定一个默认的远程仓库
git命令 git fetch orgin 就可以

以上是关于markdown 编辑器配置#webstorm的主要内容,如果未能解决你的问题,请参考以下文章

配置webstorm开发微信小程序

2019 版 的pycharm idea 和 Webstorm 打开markdown文件时,IDE卡死的解决方法

2019 版 的pycharm idea 和 Webstorm 打开markdown文件时,IDE卡死的解决方法

webstorm快捷键

Webstorm常用快捷键

常用快捷键—Webstorm