Sabitlenmiş Tweet
WebStorm, a JetBrains IDE
16.6K posts

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

@qw51076279 We couldn't reproduce it. Could you please indicate your IDE version and share a complete code sample?
English

@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

"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

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

@FNDEVVE Please submit a new issue in youtrack.jetbrains.com/issues/WEB and collect Bun logs in WebStorm 2026.1. See bit.ly/48gVPcd for instructions.
English

@WebStormIDE @jetbrains @bunjavascript Can anyone successfully run/debug Bun with WebStorm? I tried downgrading both WS and Bun and it didn't work.
github.com/oven-sh/bun/is…
English

@derekkite It's worth reporting it in youtrack.jetbrains.com/issues/llm. The team will check how it can be improved.
English

@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

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

Feel free to join our Discord server here: discord.gg/jetbrains
English

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

@kkotaro0111 Please submit a new issue in youtrack.jetbrains.com/issues/WEB and share more details on your case. The team will look into it.
English

Junie CLI now connects to WebStorm and uses its full code intelligence.
Get all the details in the blog post 👇
JetBrains@jetbrains
Junie CLI now connects directly to your JetBrains IDE. The agent sees what you see. Builds what you build. Refactors with full semantic context. Learn more: jb.gg/nwhdqi
English

@studeba Please submit an issue in youtrack.jetbrains.com/issues. The team will look into it.
English

With all the AI advances in @rubymine & @WebStormIDE I don't understand why this stopped working for me in both. On different machines

English
WebStorm, a JetBrains IDE retweetledi

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
WebStorm, a JetBrains IDE retweetledi

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.


English

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

@zuopiezi Please submit an issue in youtrack.jetbrains.com. The team will look into it.
English
WebStorm, a JetBrains IDE retweetledi

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

@excusesde_dev Please submit a new issue in youtrack.jetbrains.com/issues/WEB and attach your logs (Help > Collect logs and diagnostic data). We'll look into it.
English

@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

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

@golangxxx If you would like a path to be inserted in the terminal please follow youtrack.jetbrains.com/issue/IJPL-103…. If not, please share more details on your vision of this feature.
English

@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

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

@_naokidev Hi! If you need help with it, please feel free to submit an issue in youtrack.jetbrains.com/issues/ijpl. The team will look into it.
English




