

We’re going to move on to generally optimising the usage of WebStorm by de-selecting unnecessary features. Open the newly created file, select all of the options and replace them with the following snippet:Įnter fullscreen mode Exit fullscreen mode

Now that our config files are setup, we can change WebStorm’s settings to optimise performance.įirst, let's change some options within the webstorm.vmoptions file. This file is used for customising WebStorm Virtual Machine options.įor future reference, these files can be found in the following directories:

To create the other file, go again to Help and select Edit Custom VM Options.Ī dialog will prompt stating that the webstorm.vmoptions file does not exist.Ĭlick Yes to create one. This file is used for customising WebStorm properties. A dialog will prompt stating that the idea.properties file does not exist.Ĭlick Yes to create it. To create these files, open WebStorm and go to Help. We'll create two config files: idea.properties and webstorm.vmoptions. We’re going to start by customising a few settings within the WebStorm directory.īut first, in order to customise WebStorm settings, we need to create some configuration files. Let's explore how to increase the load-time and performance of WebStorm by tweaking the out-of-the-box settings. In fact, on older machines, it can be a machine killer. With that in mind, most of the optimisations explored in this article can be transferred to other JetBrains IDEs.īut, as we mentioned, although WebStorm is one of the most powerful IDEs available, it’s certainly not the most performant.

Other JetBrains IDEs include PHPStorm for PHP, IntelliJ IDEA for Java, P圜harm for Python, and ReSharper for C# (as a Visual Studio extension), among others.Įven Android Studio, which is technically a Google IDE, runs on the IntelliJ platform. These IDEs aim to offer the ultimate development environment for popular coding languages. It is one of a larger collective of IDEs developed by JetBrains - formerly known as IntelliJ. WebStorm is a popular, powerful web development IDE. Visual Studio Code and Atom come to mind.īut first, let's take a step back for those who aren't familiar with the IDE. The performance of WebStorm, and the other JetBrains IDEs, pales in comparison to the lighter text editors that are popular in the web community. Have you ever used WebStorm? What about PHPStorm, or, in fact, any of the IDEs in the JetBrains suite? They are an impressive collection of IDEs packed with features - an integrated terminal, local history and VCS integration, "intelligent" imports, and much more.īut, does this feature-bloat come at a price? Absolutely.
