webstorm常用设置
改变注释的颜色
file----->setting----->Editor----->color Scheme ----->language Defaults (块注释)block comment /( 行注释) line comment ;
按住contrl键 滚动鼠标的滚轮 改变字的大小
file----->setting----->Editor----->General ----->change font-size 打钩
设置鼠标悬浮在方法上的的解释
file----->setting----->Editor----->General ----->show quick docmentation 打钩
设置显示行号 和方法间的分割符
file----->setting----->Editor----->General ----->apperence------>show method打钩
忽略大小写的提示
file----->setting----->Editor----->General ----->code completion------>all letters打钩
让类多行显示,当类多的时候多行显示
file----->setting----->Editor----->General ----->Editor taps------>show taps in one row钩去掉
设置自动编译
file----->setting----->buidxxxx------>compiler------>build project aotumatically打钩 是否要自动编译