Dave Stewart
- Total activity 168
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 43
-
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... -
Edited Invalid warning for Browser Extensions API listener
Hello, Am in the process of converting a large JS project to TS. I'm getting squigglies for lots of functions which used to be fine: // @see https://developer.chrome.com/extensions/tabs#event-onUpd... -
Created Incredibly slow performance on Catalina / TypeScript
Hi there, I'm unsure whether this is a Catalina problem (I suspect it is, as my machine has fans on a LOT and all apps seem to suffer intermittent slowdowns) but I'm finding performance in many fil... -
Edited Is there a canonical way to set up prefixed @ / ~ aliases?
Situation In projects, we're using a variety of different ways to set up aliases: webpack (simple and complex) typescript (.tsconfig) sometimes Nuxt (which has its own config for aliases) Dependi... -
Edited Vue: can't resolve object properties when using <script lang="ts">
We're telling some of our Vue SFCs to be TypeScript, but whilst we get nice completion and type safety on variables, ie: // some componentmethods: { foo (bar: string) { ... }} ...we're getting issu...