WebStorm常见问题汇总

The smartest JavaScript IDE

Lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js

WebStorm是一款能够大幅提高前端开发效率的IDE,你可以自由的设置快捷键,可以体验到各种神奇的功能。本文介绍一些常见的WebStorm设置问题解决办法。

安装

主题与插件

主题及插件下载


一些设置

Terminal字体

  • Preferences > Editsor > Colors & Fonts > Console Font

禁止实时自动保存

  • Preferences > Apearance & Behavior > System Settings
  • 取消勾选 “Save files on frame deactivation”和”Save files automatically if application is idle for”

未保存时显示星星标记

  • Preferences > Editor > General > Editor Tabs
  • 勾选 “Mark modified tabs with asterisk”

鼠标双击选中驼峰式命名的变量

  • Preferences > Editor > General
  • 取消勾选 Honor “CameHumps” words settings when selecting on double click
  • Preferences > Editor > General > Smart Keys
  • 勾选 Use “CameHumps” words

常用功能快捷操作

收藏标记代码某行和查找已标记的行

收藏快捷键:F3
跳转至收藏的行: command+F3