Released: Dec 5, 2024
2024.3.1 での更新項目
機能
- Improved Automatic Prettier configuration behavior for monorepo projects.
- TypeScript: Added smart server-highlighting-aware inspections.
- Angular: Added support for @defer hydrate syntax.
- Tools. Kafka
- Added time picker for Kafka Consumer.
- Added timestamp option for date pickers.
不具合の修正
- Code completion
- [WebStorm 2024.3] doesn't show a preview of Tailwind Colors in completion.
- Imports
- Automatic imports end up with .mjs instead of .mts with the Deno language server.
- LSP, TypeScript LS
Released: Nov 12, 2024
2024.3 での更新項目
機能
Key Highlights
- Improved framework component navigation and renaming
- JetBrains have enhanced in-editor hints for Vue, Svelte, and Astro components. The Show component usages action now finds usages in both imports and markup templates. JetBrains have also added a Show Component Usages filter to exclude component usages when searching for regular file references. The Rename refactoring has also been updated with an option to include usages when renaming a component file.
- Built-in support for...
Released: Oct 24, 2024
2024.2.4 での更新項目
機能
- Updated vue/language-server to 2.1.6.
不具合の修正
- Fixed error where no built-in component completion and resolving was available for Nuxt 3.10.
- Svelte 5: context=module completion item now marked as deprecated.
- Exception ClassCastException: class com.intellij.ml.inline.completion.js.utils.JSMultilineSupporter cannot be cast to class com.intellij.ml.llm.completion.cloud.kit.CloudCompletionMultilineSupporter.
- Custom components require extra direct import statement for Nuxt 3.10.
- Fixed error where...
Released: Sep 26, 2024
2024.2.3 での更新項目
機能
- Added actions to CR commits list.
- Provided a way to install a third-party plugin via command line without asking for confirmation.
- Added 'Terraform File' option to 'Create File' menu.
- Added Terraform usage indicators.
- Added version/full name completion for 3rd party providers in Terraform registry.
- Terraform: Added inspection for unused variables and locals.
- Space: Added 'Copy branch name' action.
- Added scaling and UI initialization logging.
不具合の修正
Released: Aug 30, 2024
2024.2.1 での更新項目
機能
- Support for Next.js link resolve within JS context.
- CSS scope from styled components is now taken into account.
- Added an "Accept and finalize" button to the review tool window in the Space plugin.
- Auto-download plugins that are 100% compatible with existing environment.
- DevContainers: Added step about tmp folder creating and warning regarding mount in build logs when the dev container is created with clone via RD.
- HTTP Client XPath: Added a live template.
- Preserves custom text written in the...
Released: Aug 20, 2024
2024.2.0.1 での更新項目
機能
- Added a control to toggle flagged comments.
- Now displays the comments of current Space review in the editor.
- Added support for creating comments in the editor for the current Space review.
- Added information about quality gates to review details.
- Updated the review details tool window.
- Added the ability to merge Code Reviews inside IDEs.
- IJ plugin: Added an easy way to copy review ID to clipboard.
- HighlightVisitors now run in parallel.
- Added a shortcut to toggle full-line completion prompt on...
Released: Aug 12, 2024
2024.2 での更新項目
機能
Frameworks and Technologies
- Enhanced file-system routing support - With this release, WebStorm is now able to resolve paths for frameworks that use file-system-based routing. It can resolve link paths based on your project's file system, providing autocompletion and navigation for Next.js, Nuxt, SvelteKit, and Astro. This ensures that your development environment keeps up with the routing scenarios employed by these frameworks.
- Initial debugging support for Bun - Added debugging support for...
Released: Jun 21, 2024
2024.1.5 での更新項目
不具合の修正
- Fixed the issue causing inspections to show persistent errors that do not refresh during editing.
- Fixed the performance issue causing a delay with caret movement and input.
- Fixed the issue preventing WebStorm from loading profile settings for inspections.
- Fixed a regression issue causing a significant slowdown of the IDE.
- Fixed the severe input and cursor movement lag issues when the show tool window names and background image options are enabled.
- WebStorm no longer fails to perform...
Released: Jun 10, 2024
2024.1.4 での更新項目
不具合の修正
- Fixed a new vulnerability that affects all JetBrains IDEs (as of versions 2023.1 onwards) using the JetBrains GitHub plugin.
- When the diff view is opened in an editor tab, it no longer expands uncontrollably when using a split view.
- PlantUML diagrams in Markdown files are correctly rendered again.
- Search results for Find in project files are once again updated accurately after the source code is edited.
- The IDE now correctly handles the ANSI escape code in the Terminal tool window...
Released: May 23, 2024
2024.1.3 での更新項目
機能
- Added standalone component pseudo-module constants support. This support primarily focuses on simplifying the auto-import process for components in Angular projects, as it will now provide the expected import suggestions and understand the directive, so you won't see false warnings.
- Introduced new Stylus CSS support in the form of a new setting that allows you to select whether or not to use colons in the code and between property names and values, and it'll be used in Emmet. You can find...