Skip to content

Instantly share code, notes, and snippets.

@abhisheksliam
Created June 14, 2016 07:38
Show Gist options
  • Select an option

  • Save abhisheksliam/59b1fc5f4b9c3ca786651fd2d5ae8156 to your computer and use it in GitHub Desktop.

Select an option

Save abhisheksliam/59b1fc5f4b9c3ca786651fd2d5ae8156 to your computer and use it in GitHub Desktop.

Revisions

  1. abhisheksliam created this gist Jun 14, 2016.
    35 changes: 35 additions & 0 deletions WebstormTweak
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    Here is my recipe how to speed up WebStorm:

    Go to Preferences and do next:
    Appearance & Behaviour > System Settings > Updates: disable auto update
    Appearance & Behaviour > System Settings > Using Statistics: Uncheck allowing sending data
    Editor > Live Templates: disable all, leave only what you are really use
    Editor > Emmet: disable all emmets
    Editor > Intentions: I leave only: CSS, Declaration, JavaScript and Language Injection
    Plugins: leave only next (* - can be also disabled in case don't need them):
    CoffeeScript *
    CSS Suport
    CVS Integration
    Git Integration
    HTML Tool
    IntelliLang
    JavaScript Debugger *
    JavaScript Intention Power Pack
    JavaScript Support
    NodeJS *
    Perforce Integration
    SASS suport *
    Project > Directories: Exclude all what you don't use
    Languages & Frameworks > JavaScript > Libraries: leave only: HTML and HTML5 / EcmaScript 5
    Languages & Frameworks > Compass: disable it
    Tools > WebBrowsers: leave only Chrome
    Open terminal, mc or what you prefer and edit vmoptions and increase usage memory pwd: "/Applications/WebStorm.app/Contents/bin/idea.vmoptions"

    -Xms1024m
    -Xmx1536m
    -XX:MaxPermSize=1024m
    -XX:ReservedCodeCacheSize=512m
    -XX:+UseCompressedOops
    So the main idea is next: disable all in Preferences what you really don't use and increase memory for IDE.

    Source: http://stackoverflow.com/questions/29388626/how-to-speed-up-webstorm