Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Go to Preferences and do next:
  2. Appearance & Behaviour > System Settings > Updates: disable auto update
  3. Appearance & Behaviour > System Settings > Using Statistics: Uncheck allowing sending data
  4. Editor > Live Templates: disable all, leave only what you are really use
  5. Editor > Emmet: disable all emmets
  6. Editor > Intentions: I leave only: CSS, Declaration, JavaScript and Language Injection
  7. Plugins: leave only next (* - can be also disabled in case you don't need them):
  8. CoffeeScript *
  9. CSS Suport
  10. CVS Integration
  11. Git Integration
  12. HTML Tool
  13. IntelliLang
  14. JavaScript Debugger *
  15. JavaScript Intention Power Pack
  16. JavaScript Support
  17. NodeJS *
  18. Perforce Integration
  19. SASS suport *
  20. Project > Directories: Exclude all what you don't use
  21. Languages & Frameworks > JavaScript > Libraries: leave only: HTML and HTML5 / EcmaScript 5
  22. Languages & Frameworks > Compass: disable it
  23. Tools > WebBrowsers: leave only Chrome
  24. Open terminal, mc or what you prefer and edit vmoptions and increase usage memory pwd: "/Applications/WebStorm.app/Contents/bin/webstorm.vmoptions"
  25.  
  26. -Xms1024m
  27. -Xmx1536m
  28. -XX:MaxPermSize=1024m
  29. -XX:ReservedCodeCacheSize=512m
  30. -XX:+UseCompressedOops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement