Dave Stewart
- Total activity 187
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 47
-
Edited WebStorm performance is janky; it freezes every second or so
I'm on WebStorm 2025.3.1.1 and I'm finding it very janky right now.Try: typing in the editor pane in editor pane or terminal, holding down the cursor key and letting the caret travel slowly drag an... -
Created WebStorm 2025.1 freezing and requires Force Quit
The latest WebStorm is freezing for me after using from even a matter of minutes.If I use another app, I might come back and it will have frozen.Symptoms: you can click project tabs and they switch... -
Edited It seems that Vue and TypeScript support is completely broken
I have no idea what is going on, but TS support in Vue files in our large monorepo has completely broken down to the point where it is unusable.We have issues with errors that should not be there, ... -
Edited Unreliable TypeScript error reporting
Recently I've noticed that WebStorm has got quite unreliable about highlighting or even keeping up with TypeScript errors.Granted, we're running a large project, but of late we're (along with anoth... -
Edited Improve type inference and navigation for custom string literal / mapped path types in TypeScript
Hello.I'm working on a bit of typescript to re-map a hash of functions into a single function which can call those functions by path.It is fairly advanced TypeScript (thanks to Claude AI for helpin... -
Edited TypeScript scratch files: TS2304: Cannot find name Record
Hi all,I'm a long-time WebStorm user, but unfortunately of recent memory, I can't seem to run TypeScript scratch files, and I get various errors with JavaScript too.Consider the following code:type... -
Edited New UI Panel buttons layout is not as good as the old UI
AnsweredHello,The New UI gives us similar options to the Old UI as to where to show panels:Unfortunately, if panel buttons are specified left-bottom or right-bottom, the buttons still show at the top.This... -
Edited Is it possible to filter the Problems panel?
Hi. Is it possible to filter the Problems panel? I think many of these errors are to do with Vite's setup script, and I'm guessing that WebStorm doesn't – yet – properly support this. Also, from wh... -
Edited [Feature Request] Preferences > Code Generation
Hi, Just posting here in lieu of track, but I think it a new Preferences group "Editor > Code Generation" (which could sit after "Code Editing") would be useful: Code Generation Code Completion Po... -
Created Make Find Usages compare function signature when showing results
Hello, Often I find that Find Usages – when clicking on a function – "guesses" the results based on the function name, and shows me all results. It occurred to me today that this list could be narr...