Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebStorm常用指南 #31

Closed
zhouzhongyuan opened this issue Mar 23, 2017 · 3 comments
Closed

WebStorm常用指南 #31

zhouzhongyuan opened this issue Mar 23, 2017 · 3 comments
Labels

Comments

@zhouzhongyuan
Copy link
Owner

zhouzhongyuan commented Mar 23, 2017

修改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 zhouzhongyuan changed the title WebStrom常用指南 WebStorm常用指南 Mar 23, 2017
@zhouzhongyuan
Copy link
Owner Author

@zhouzhongyuan
Copy link
Owner Author

zhouzhongyuan commented Jun 22, 2017

网页服务器

局域网可访问:

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

调试Node应用

webstorm_process_environment

@zhouzhongyuan
Copy link
Owner Author

Keymap

  • close project 快捷键: Preference -> Keymap, type Close Project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant