zhouzhongyuan / qa

Questions recods
MIT License
5 stars 1 forks source link

WebStorm常用指南 #31

Closed zhouzhongyuan closed 7 years ago

zhouzhongyuan commented 7 years ago

修改JavaScript默认模板

Settings (Preferences on Mac) | Editor | File and Code Templates | Templates

加速

/home/y/.WebStorm2017.1/webstorm64.vmoptions如下

# custom WebStorm VM options

-Xms10000m
-Xmx10000m
-XX:ReservedCodeCacheSize=1024m

主题

cli

“Tools”——“Create Command-line Launcher”

webstorm .

zhouzhongyuan commented 7 years ago

zhouzhongyuan commented 7 years ago

网页服务器

局域网可访问:

  1. Settings (Preferences on Mac) | Build, Execution, Deployment | Debugger --> Can accept external connections
  2. 端口号: 63324是不能被访问的,我改为了9090

    调试Node应用

    webstorm_process_environment

zhouzhongyuan commented 5 years ago

Keymap