admin管理员组文章数量:1032447
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代码也会发生变化。)
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代码也会发生变化。)
本文标签: webstorm的个性化设置settings
版权声明:本文标题:webstorm的个性化设置settings 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/jiaocheng/1747948784a2232201.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论