# webstorm

Published articles for webstorm.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Behind the Scenes: How the OpenTelemetry Plugin Maps Your Microservices in Real-Time

DevFeed: [Behind the Scenes: How the OpenTelemetry Plugin Maps Your Microservices in Real-Time](<https://devfeed.tech/articles/behind-the-scenes-how-the-opentelemetry-plugin-maps-your-microservices-in-real-time-30919.md>)

Original publisher: [Read original article](<https://blog.jetbrains.com/platform/2026/09/how-to-service-map-with-opentelemetry/>)

Author: Egor Klimov

Published: 2026-09-16T12:34:47Z

Content type: article

Language: en

Sources: [The JetBrains Blog](<https://devfeed.tech/sources/the-jetbrains-blog.md>)

Topics: [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [Microservices](<https://devfeed.tech/topics/microservices.md>), [observability](<https://devfeed.tech/topics/observability.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [ide](<https://devfeed.tech/topics/ide.md>)

Tags: [all-things-web](<https://devfeed.tech/tags/all-things-web.md>), [backstage](<https://devfeed.tech/tags/backstage.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [goland](<https://devfeed.tech/tags/goland.md>), [ide](<https://devfeed.tech/tags/ide.md>), [idea](<https://devfeed.tech/tags/idea.md>), [intellij-idea](<https://devfeed.tech/tags/intellij-idea.md>), [intellij-platform](<https://devfeed.tech/tags/intellij-platform.md>), [jetbrains](<https://devfeed.tech/tags/jetbrains.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [performance-optimization](<https://devfeed.tech/tags/performance-optimization.md>), [plugin-development](<https://devfeed.tech/tags/plugin-development.md>), [plugin-highlights](<https://devfeed.tech/tags/plugin-highlights.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [pycharm](<https://devfeed.tech/tags/pycharm.md>), [research](<https://devfeed.tech/tags/research.md>), [rider](<https://devfeed.tech/tags/rider.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>)

### AI overview

This article explains how the JetBrains OpenTelemetry Plugin generates a service map from runtime telemetry. It describes using logs, metrics, and especially standardized trace spans to visualize how microservices communicate, along with the plugin's lightweight local OpenTelemetry backend.

### Source excerpt

We've all been there: you join a new project, and the first thing you ask for is the architecture diagram. You're handed a diagram that looks great, but after a week of debugging, you realize it's six months out of date. Service A hasn't talked to Service B since the spring, and there's a new [...]

## The Evolution of WSL Support in JetBrains IDEs

DevFeed: [The Evolution of WSL Support in JetBrains IDEs](<https://devfeed.tech/articles/the-evolution-of-wsl-support-in-jetbrains-ides-8806.md>)

Original publisher: [Read original article](<https://blog.jetbrains.com/platform/2026/09/the-evolution-of-wsl-support-in-jetbrains-ides/>)

Author: Kristina Pchelintseva

Published: 2026-09-09T10:39:49Z

Content type: article

Language: en

Sources: [The JetBrains Blog](<https://devfeed.tech/sources/the-jetbrains-blog.md>)

Topics: [IntelliJ IDEA](<https://devfeed.tech/topics/intellij-idea.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [2026-2](<https://devfeed.tech/tags/2026-2.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [debug](<https://devfeed.tech/tags/debug.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [ide](<https://devfeed.tech/tags/ide.md>), [idea](<https://devfeed.tech/tags/idea.md>), [intellij-idea](<https://devfeed.tech/tags/intellij-idea.md>), [intellij-platform](<https://devfeed.tech/tags/intellij-platform.md>), [linux](<https://devfeed.tech/tags/linux.md>), [phpstorm](<https://devfeed.tech/tags/phpstorm.md>), [remote-development](<https://devfeed.tech/tags/remote-development.md>), [support](<https://devfeed.tech/tags/support.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>), [windows](<https://devfeed.tech/tags/windows.md>), [wsl](<https://devfeed.tech/tags/wsl.md>)

### AI overview

JetBrains describes its evolution of WSL integration and recommends Native mode from version 2026.2. In this mode, supported IDEs remain Windows applications while an agent in WSL handles project files and processes.

### Source excerpt

JetBrains IDEs have worked with WSL for many years, and over time, several ways of using it have emerged across our products. Depending on the entry point, the IDE could rely on a different underlying architecture, leading to a different experience. Starting with the 2026.2 release, there is one recommended entry point. In IntelliJ IDEA, [...]

## TypeScript 7 in WebStorm: Faster Coding Assistance for Angular and React, No Migration Required

DevFeed: [TypeScript 7 in WebStorm: Faster Coding Assistance for Angular and React, No Migration Required](<https://devfeed.tech/articles/typescript-7-in-webstorm-faster-coding-assistance-for-angular-and-react-no-migration-required-8808.md>)

Original publisher: [Read original article](<https://blog.jetbrains.com/webstorm/2026/09/typescript-7-in-webstorm-faster-coding-assistance-for-angular-and-react-no-migration-required/>)

Author: Piotr Tomiak

Published: 2026-09-08T10:54:49Z

Content type: release

Language: en

Sources: [The JetBrains Blog](<https://devfeed.tech/sources/the-jetbrains-blog.md>)

Topics: [ide](<https://devfeed.tech/topics/ide.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [2026-2](<https://devfeed.tech/tags/2026-2.md>), [angular](<https://devfeed.tech/tags/angular.md>), [go](<https://devfeed.tech/tags/go.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [react](<https://devfeed.tech/tags/react.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vue](<https://devfeed.tech/tags/vue.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>)

### AI overview

WebStorm 2026.2 adds stable TypeScript 7 support for Angular and React projects without requiring project migration. Its native integration with TypeScript 7's Go-based engine aims to improve coding-assistance performance, especially in large codebases.

### Source excerpt

TypeScript 7 is a real game-changer, and its new Go-based language engine fundamentally alters how IDEs integrate with TypeScript. And what's more, WebStorm 2026.2 ships stable support for it, including for Angular and React projects. No migration is required - if your team is locked on an older TypeScript version for infrastructure reasons, your project [...]

## WebStorm announces official support for Astro

DevFeed: [WebStorm announces official support for Astro](<https://devfeed.tech/articles/webstorm-announces-official-support-for-astro-3296.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-webstorm-support/>)

Author: Thuy Doan

Published: 2023-02-03T00:00:00Z

Content type: article

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [webstorm](<https://devfeed.tech/topics/webstorm.md>), [ide](<https://devfeed.tech/topics/ide.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [features](<https://devfeed.tech/tags/features.md>), [ide](<https://devfeed.tech/tags/ide.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>)

### AI overview

WebStorm has announced initial official support for Astro through an Astro plugin available from the JetBrains Marketplace. The update adds syntax highlighting, code completion, automatic imports, refactorings, navigation, intentions, code folding, Emmet support, and automatic formatting, with more advanced features planned.

### Source excerpt

WebStorm, the popular IDE for Javascript by JetBrains, has announced initial support for Astro. Features include syntax highlighting, code completion, refactorings, navigation, intentions, code folding, Emmet support, and correct formatting.

## Что в коробке? Обзор свежего релиза Toolbox App 1.21

DevFeed: [Что в коробке? Обзор свежего релиза Toolbox App 1.21](<https://devfeed.tech/articles/toolbox-app-1-21-23919.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/JetBrains/articles/567762/>)

Author: dievsky (JetBrains)

Published: 2021-07-15T09:12:02Z

Content type: release

Language: ru

Sources: [JetBrains RU](<https://devfeed.tech/sources/jetbrains-ru.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [ide](<https://devfeed.tech/topics/ide.md>), [IntelliJ IDEA](<https://devfeed.tech/topics/intellij-idea.md>), [PyCharm](<https://devfeed.tech/topics/pycharm.md>), [rider](<https://devfeed.tech/topics/rider.md>), [webstorm](<https://devfeed.tech/topics/webstorm.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [android-studio](<https://devfeed.tech/tags/android-studio.md>), [app](<https://devfeed.tech/tags/app.md>), [eap](<https://devfeed.tech/tags/eap.md>), [google](<https://devfeed.tech/tags/google.md>), [ide](<https://devfeed.tech/tags/ide.md>), [idea](<https://devfeed.tech/tags/idea.md>), [install](<https://devfeed.tech/tags/install.md>), [intellij](<https://devfeed.tech/tags/intellij.md>), [intellij-idea](<https://devfeed.tech/tags/intellij-idea.md>), [jetbrains](<https://devfeed.tech/tags/jetbrains.md>), [mac](<https://devfeed.tech/tags/mac.md>), [pycharm](<https://devfeed.tech/tags/pycharm.md>), [rider](<https://devfeed.tech/tags/rider.md>), [toolbox](<https://devfeed.tech/tags/toolbox.md>), [toolbox-app](<https://devfeed.tech/tags/toolbox-app.md>), [update](<https://devfeed.tech/tags/update.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>)

### AI overview

This Russian-language release overview explains JetBrains Toolbox App, which manages JetBrains IDEs and Android Studio. It describes installing, updating, rolling back, and maintaining multiple tool versions, and highlights name-based filtering in version 1.21.

### Source excerpt

Если вы еще не знаете, что такое Toolbox App, то этот пост для вас, потому что мы сейчас расскажем. А если вы -- один из 800 тысяч наших пользователей, то этот пост тем более для вас, потому что в новой версии много интересного, а еще она быстрее работает и меньше кушает. Что в коробке?

## Detect when node\_modules are out of sync

DevFeed: [Detect when node\_modules are out of sync](<https://devfeed.tech/articles/detect-when-node-modules-are-out-of-sync-21371.md>)

Original publisher: [Read original article](<https://juri.dev/blog/2020/09/detect-node_modules-out-of-sync/>)

Published: 2020-09-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [Git](<https://devfeed.tech/topics/git.md>), [Script](<https://devfeed.tech/topics/script.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [webstorm](<https://devfeed.tech/topics/webstorm.md>)

Tags: [git](<https://devfeed.tech/tags/git.md>), [git-hook](<https://devfeed.tech/tags/git-hook.md>), [hooks](<https://devfeed.tech/tags/hooks.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [vscode](<https://devfeed.tech/tags/vscode.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>)

### AI overview

A tutorial on detecting when node_modules are out of sync after switching Git branches or commits. It explains a Node.js script that checks changed files for package.json and describes installing the script as a Git checkout hook.

### Source excerpt

Lorem ipsum dolor sit amet

## Partial Commits in WebStorm

DevFeed: [Partial Commits in WebStorm](<https://devfeed.tech/articles/partial-commits-in-webstorm-21370.md>)

Original publisher: [Read original article](<https://juri.dev/blog/2020/07/partial-commits-webstorm/>)

Published: 2020-07-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [webstorm](<https://devfeed.tech/topics/webstorm.md>), [Git](<https://devfeed.tech/topics/git.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [git](<https://devfeed.tech/tags/git.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

A tutorial on using WebStorm to create partial Git commits by selecting individual lines of a file. It explains why partial commits can be useful, notes the risk of inconsistent commits if they are not tested, and describes enabling modified-line highlighting in WebStorm's preferences.

### Source excerpt

Lorem ipsum dolor sit amet

## How to streamline your serverless workflow with WebStorm

DevFeed: [How to streamline your serverless workflow with WebStorm](<https://devfeed.tech/articles/how-to-streamline-your-serverless-workflow-with-webstorm-14445.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/streamline-serverless-workflow-webstorm>)

Author: Eslam Hefnawy

Published: 2018-08-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [webstorm](<https://devfeed.tech/topics/webstorm.md>), [ide](<https://devfeed.tech/topics/ide.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ide](<https://devfeed.tech/tags/ide.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [webstorm](<https://devfeed.tech/tags/webstorm.md>)

### AI overview

A post presents a serverless-specific IDE setup with WebStorm and discusses how it can accelerate a serverless workflow.

### Source excerpt

In this post, I'd like to share with you my serverless-specific IDE setup with WebStorm, and how it can massively accelerate your serverless workflow.