zoukankan      html  css  js  c++  java
  • webstorm的个性化设置settings

      • 如何更改主题(字体&配色):
        File -> settings -> Editor -> colors&fonts -> scheme name.主题下载地址

      • 如何让webstorm启动的时候不打开工程文件:
        File -> Settings->General去掉Reopen last project on startup.

      • 如何完美显示中文:
        File -> Settings->Appearance中勾选Override default fonts by (not recommended),设置Name:NSimSun,Size:12

      • 如何显示行号:
        File -> Settings->Editor,”Show line numbers”打上勾,就显示行号了

      • 如何代码自动换行:
        File -> settings -> Editor “Use Soft Wraps in editor” 打上钩,代码就自动换行了

      • 如何点击光标,显示在本行末尾:
        File -> Settings->Editor “Allow placement of caret after end of line”去掉勾就行了。

      • 如何修改快键键:
        File -> Settings->Keymap,然后双击要修改快捷的功能会有提示框出来,按提示操作

      • 换成自己熟悉编辑器的快键键:
        File ->Settings->Keymap,支持像Visual Studio、Eclipse、NetBeans这样的主流IDE。

      • javascript类库提示。 
        File -> settings -> Javascript -> Libraries -> 然后在列表里选择自己经常用到的javascript类库,最后Download and Install就ok了.

      • 在开发js时发现,需要ctrl + return 才能选候选项: 
        File -> Setting -> Editor -> Code Completion -> Preselect the first suggestion: “Smart” 改为 “Always”

      • js提示比较迟缓
        File -> Code Completion -> Autopopup in 下 1000改为0

      • git配置:
        File -> settings -> Editor -> github,进去改github的账户,如果没有git则不需要.

      • 插件安装:
        File ->plugins,然后就选择给力的插件们再安装.(“css-X-fire”插件,用于当使用firebug修改css属性时,编辑器内的css代码也会发生变化。)

  • 相关阅读:
    Hadoop学习笔记1:伪分布式环境搭建
    VMware 下的CentOS6.7 虚拟机与Windows7通信
    CentOS6.7 下安装JDK
    [HDU 1430] 魔板
    数码问题合集
    [light oj 1328] A Gift from the Setter
    [light oj 1013] Love Calculator
    [POJ 1151] Atlantis
    关于12月28日到12月29日
    [HDU 1199] Color the Ball
  • 原文地址:https://www.cnblogs.com/BlogNetSpace/p/9583671.html
Copyright © 2011-2022 走看看