
To apply the formatting to other file types, or to limit formatting to files located only in specific directories, you can customize the default configuration by using glob patterns.įor more information, see WebStorm online help. tsx files that you’ve edited in your project.

Alternatively, you can download and try Theia Blueprint, a template tool. For this, open Preferences / Settings | Languages & Frameworks | JavaScript | Prettier and tick the corresponding checkbox: On save and/or On ‘Reformat Code’ action.īy default, WebStorm will apply formatting to all. Theia is an open-source cloud desktop IDE framework implemented in TypeScript.

You can also configure WebStorm to run Prettier on save ( Cmd+S/Ctrl+S) or use it as the default formatter ( Opt+Cmd+L/Ctrl+Alt+L). To see how to install WebStorm and the SuiteCloud IDE plug-in for WebStorm, see the help video SuiteCloud Development Framework: Installing the WebStorm IDE Plug-in for SDF. You can use the Reformat with Prettier action ( Opt+Shift+Cmd+P on macOS or Alt+Shift+Ctrl+P on Windows and Linux) to format the selected code, a file, or a whole directory. After you download and install WebStorm, you can add the IDE plug-in update site to the list of software updates. Once it’s done, you can do a few things in your IDE. You can find instructions on how to do it here. If you’re using other JetBrains IDE like IntelliJ IDEA, PhpStorm, or P圜harm, make sure you have this plugin installed and enabled in Preferences / Settings | Plugins.įirst, you need to install and configure Prettier.

WebStorm comes with built-in support for Prettier. JetBrains IDEs (WebStorm, IntelliJ IDEA, P圜harm, etc.)
