Search code examples
settingsdefaultwebstorm

default settings for webstorm


Every time I launch web storm to look at a project it prompts me to switch to ES6 and JSX Harmony. I'd like the IDE to use these by default. Is there any way to set these settings as my default in web storm?


Solution

  • All default settings (that got applied to the newly created projects) are accessible via File | Default Settings....

    Such settings do not have any effect on already existing/configured projects -- only future new projects.