Releases

WebStorm 2023.3.3 Is Out

WebStorm 2023.3.3, the third update for WebStorm 2023.3, is now available!

You can update to v2023.3.3 by using the Toolbox App, installing it right from the IDE, or downloading it from our website.

Syntax highlighting for React Client and Server components

We’re ready to release a feature a lot of you have been anticipating since our previous EAP, to help you work with projects that use React Server Components. Client components and Server components are now highlighted in different colors, to make it easier to tell them apart. You can customize the highlighting colors in Settings | Editor | Color Scheme | JavaScript.

Image showing the different syntax highlighting for client and server components in both dark and light theme

Angular support improvements

In WebStorm 2023.3.3, we’ve improved the Angular 17 support and fixed several Angular-related issues.

  • We’ve fixed the issue with unclickable file paths in the terminal. Now, when you get errors, you will be able to click on the file paths in the terminal to open the files (WEB-63345).
  • We’ve added support for CSS in inline Angular styles (WEB-63976).
  • We’ve added support for the styleUrl property (WEB-64042).
  • We’ve fixed a regression with the Angular template autocompletion that was causing it to not work correctly (WEB-64551).
  • We’ve added support for the new input() signal syntax (WEB-64736).

Other notable fixes

Here are some of the other notable fixes in v2023.3.3:

  • The Corresponding file is not included in tsconfig.json error will no longer be shown in Astro files when TypeScript is used (WEB-59503).
  • We’ve fixed the issue with the “Cannot find module” error message shown in Vue file imports (WEB-62353).
  • We’ve fixed the issue causing WebStorm to use Vue Language Server in Next.js projects (WEB-63282).
  • We’ve added support for the <search> HTML element (WEB-60484).
  • We’ve fixed the issue causing WebStorm to show erroneous update notifications for disabled plugins (IDEA-273418).
  • We’ve fixed the issue causing GitHub pull requests to not be marked as viewed (IDEA-338906).
  • We’ve fixed the issue causing visual guides set to custom values in Settings / Editor / Code Style to not work (IDEA-339976).

That’s all for today! For the full list of issues addressed in WebStorm 2023.3.3, please see the release notes.

The WebStorm team

image description