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打钩 是否要自动编译

  • 相关阅读:
    CommandLine
    eclipse创建java和web工程
    rabbitmq安装(ubuntu)
    vue搭建手顺
    docker配置仓库源
    spark基本概念整理
    Vue整合d3.v5.js制作--柱状图(rect)
    Vue整合d3.v5.js制作--折线图(line)
    k8s强制删除pod
    踩坑ios H5
  • 原文地址:https://www.cnblogs.com/zfdbk/p/10541827.html
Copyright © 2011-2022 走看看