zoukankan      html  css  js  c++  java
  • 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打钩 是否要自动编译

  • 相关阅读:
    linux指令大全
    strcpy.strcmp.strlen.strcat函数的实现
    推箱子
    头文件string.h里的函数
    SVN 版本控制工具
    Nodejs 学习
    JavaScript基础知识复习
    CSS3 学习小结
    JSP中 JSTL
    JSP中的EL语言
  • 原文地址:https://www.cnblogs.com/zfdbk/p/10541827.html
Copyright © 2011-2022 走看看