The OpenIDE team has released a new version of the Frontend/Web plugin, which is currently in beta but already offers numerous enhancements for developers working with JavaScript and TypeScript. One of the standout features is the introduction of inlay hints, which now display types directly in the code, greatly simplifying the development process.

Additionally, the Format/Fix on save feature has been added, allowing for automatic application of formatting rules set in Prettier, ESLint, and Stylelint every time a file is saved, eliminating the need for manual linter runs. This saves time and boosts productivity.

The plugin has also improved its search functionality: the Search Everywhere feature can now locate classes and symbols within JavaScript and TypeScript projects, streamlining code navigation. For React developers, a new convenience feature automatically adds necessary imports when code is pasted, making the development process quicker and more efficient.