WebStorm, a JetBrains IDE

16.6K posts

WebStorm, a JetBrains IDE banner
WebStorm, a JetBrains IDE

WebStorm, a JetBrains IDE

@WebStormIDE

The JavaScript and TypeScript IDE, by @JetBrains Tips and tricks: #WebStormTip New features: #NewInWebStorm

JetBrains s.r.o. Katılım Mart 2013
20 Takip Edilen29.6K Takipçiler
Sabitlenmiş Tweet
WebStorm, a JetBrains IDE
WebStorm, a JetBrains IDE@WebStormIDE·
WebStorm 2026.1 is now available! Here are the highlights: - More reliable TypeScript experience with a service-powered TypeScript engine enabled by default - Codex in the AI chat - ACP Registry for quick access to more agents - Next edit suggestions for smarter file-wide changes
WebStorm, a JetBrains IDE tweet media
English
7
16
148
11.1K
qw
qw@qw51076279·
@WebStormIDE With webstrom version 2026.x, there is a high probability that vue file code checking will fail, for example if a method is missing curly braces,no error message. You can try.
English
1
0
0
12
WebStorm, a JetBrains IDE
WebStorm, a JetBrains IDE@WebStormIDE·
WebStorm 2026.1 is now available! Here are the highlights: - More reliable TypeScript experience with a service-powered TypeScript engine enabled by default - Codex in the AI chat - ACP Registry for quick access to more agents - Next edit suggestions for smarter file-wide changes
WebStorm, a JetBrains IDE tweet media
English
7
16
148
11.1K
WebStorm, a JetBrains IDE
"Developers are figuring out how IDEs fit into a world where agents do half the coding – that content doesn't exist yet." ~ Tünde Varga We heard you. What happens when an agent sees a green checkmark, but WebStorm sees a dozen type gaps? A text-search editor isn't enough. You need the semantic index. Because WebStorm understands the AST, it catches the hallucinations agents miss. The IDE isn't where you write anymore. It's where the agent gets grounded.
English
0
2
10
1.5K
WebStorm, a JetBrains IDE
WebStorm, a JetBrains IDE@WebStormIDE·
Manual component extraction is about to get a whole lot smoother. We’re bringing the Extract Component to File refactoring to WebStorm 2026.1.1! Soon, you can stop moving code by hand: ✅ Control + T to extract instantly ✅ Optimized for modern functional components ✅ Auto-inferred TypeScript types Architecture is about to get a whole lot faster.
English
3
9
24
3.6K
Derek Kite
Derek Kite@derekkite·
@WebStormIDE AI editing implementation is sometimes prescient, other times annoying. Consistently if I highlight and delete some code it will immediately show the code ready to paste in. Please no. Ctrl-z exists. It guesses property names or method names, getting in the way of the correct code completion. Sometimes it guesses the intent properly, but gets the names wrong. Tab tab. Go through and fix, or escape and write it out. The block code suggestions are confusing, or extremely useful. Obviously it doesn't know what to do most of the time. I'm going to try writing a comment describing what needs to be done to see if that improves. It is many things but not prescient.
English
2
0
0
20
Derek Kite
Derek Kite@derekkite·
AI and angular development works very well with a bit of setup. I use webstorm, set up the MCP server. Suddenly signals, angular material, the component and service structures just worked. I had a moderately complicated component where I needed a table where the rows were a series of check marks. Everything changeable, the columns depending on interval, the rows added from selecting something in a tree. All outputting a data structure collecting information from multiple sources. I have used ai quite a bit and found that asking it to do a specific function worked well, but without the MCP any angular stuff was dodgy to say the least. It created the component, and maybe four iterations fixing something, or filling out some detail I hadn't specified. Quite impressive. Not agent mode, it generated the code that I applied to the files. It reads enough context from existing code so it uses existing interface definitions for data, suggesting modifications if required. Using Claude, angular.dev/ai/mcp for MCP setup.
English
2
0
0
28
WebStorm, a JetBrains IDE
WebStorm, a JetBrains IDE@WebStormIDE·
We asked. You answered. Someone in our Discord mentioned that Call Hierarchy doesn't always hit the mark for React components. They were right—so we're showing you the intended pro path for React navigation. Stop fighting the IDE and start using the shortcuts designed for your workflow: ✅ Cmd + B: Jump straight to component source. ✅ Cmd + Y: Reveal full type definitions (no more truncated hints). Watch how to level up your React workflow in 60 seconds. What should we cover next? Drop a comment below.
English
2
6
21
2.6K
川嶋光太郎 - ウェブデザイナー / フロントエンドエンジニア
Junie CLIをWebStorm内蔵のターミナルから使うと、新行追加されるたびに最上部からスクロールが生じて、しかも変なところで止まるので、使い物にならない。 WebStorm以外のターミナル起動して使う必要があって、なんだかなぁってなる。 まぁWebStorm使ってんならJunieパネル使えってことかな…
日本語
1
0
0
216
WebStorm, a JetBrains IDE retweetledi
Jason Torres
Jason Torres@TasonJorres·
In @WebStormIDE an #ai agent like @OpenAI #codex is a technician with a supervisor. I refactored this #React component to show the "JB Value-Add": The Agent writes the code, but the IDE validates the build and provides the "eyes" for the review. Agent writes. IDE validates. Human approves. 🎬
English
0
2
13
1.7K
WebStorm, a JetBrains IDE retweetledi
Zeeshan Ahmad
Zeeshan Ahmad@ziishaned·
I used to write vague commit messages all the time 😅 Now I just use @WebStormIDE commit helper. Press ⌘+K, then click one of the AI icons and it generates a clear message based on your changes. Such a small thing, but it makes a big difference.
Zeeshan Ahmad tweet mediaZeeshan Ahmad tweet media
English
4
3
25
3.6K
WebStorm, a JetBrains IDE
WebStorm, a JetBrains IDE@WebStormIDE·
Ever wonder which setting controls a specific color in the editor? 🎨 There’s a shortcut for that, and here’s how to do it: 1️⃣ Place the caret on a symbol. 2️⃣ Press “Shift” twice. 3️⃣ Type “jump”. 4️⃣ Select “Jump to Colors and Fonts”. You’ll be taken straight to the color scheme settings for that exact symbol🎯 #WebStormTip
English
0
0
22
1.9K
Pan's
Pan's@zuopiezi·
@WebStormIDE double search , why not support "dof" pattern.
Pan's tweet media
English
1
0
0
16
WebStorm, a JetBrains IDE retweetledi
Jason Torres
Jason Torres@TasonJorres·
a lot of peoples biggest issue with @WebStormIDE is the speed, I hear you! BUT Did you know you don't have to wait for "Indexing..." just to fix a single typo? Meet LightEdit Mode. No setup. No loading. Just raw editing power. Run "webstorm youfilename.ts" from your terminal and it opens instantly like a lightweight text editor, but with the @jetbrains shortcuts you love. Stop treating your IDE like a monolith and start using it like a tool.
English
5
7
57
6.4K
excusesde.dev
excusesde.dev@excusesde_dev·
@WebStormIDE hey webstorm team! I have an issue that is really bothering me. I fully reinstalled webstorm, invalidated cache and everything but the IDE is randomly "losing" documentation (on hover for instance) and shows eternally "Fetching Documentation…" with no Suggestions.
English
2
0
0
26
WebStorm, a JetBrains IDE
WebStorm, a JetBrains IDE@WebStormIDE·
WebStorm 2026.1 uses the service-powered TypeScript engine by default. For large-scale projects, this means: • More accurate type inference • Reduced CPU usage and faster analysis • Better consistency with the TS compiler The result: Improved navigation, inspections, and refactorings. #NewInWebStorm
English
3
6
68
5.2K
Go lang
Go lang@golangxxx·
@WebStormIDE Once a file is dragged into the terminal, a new tab will be opened. This will result in a 90% loss of users of WebStorm.
English
1
0
0
22
WebStorm, a JetBrains IDE
WebStorm, a JetBrains IDE@WebStormIDE·
Next edit suggestions in WebStorm 2026.1: smarter edits across your entire file – not just at the cursor. Make a change, move to the next suggestion, and keep your code consistent – without consuming your AI quota on JetBrains AI Pro, Ultimate, and Enterprise plans. #NewInWebStorm
English
7
4
63
5.3K
Nao
Nao@is__nao·
VS Code向けに作成したDev ContainerをWebStormから使ってみたけど、コンテナもイメージもボリュームも別に作られるし、なんか微妙だった…。 IntelliJのインデックスは魅力的なのに勿体ない
日本語
1
0
0
463