Dave Stewart

- Total activity 162
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 41
-
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... -
Created How to ignore some "unresolved function" warnings (in Vue specifically)
I know this is a common question, and I understand why WS warns, but is there some way to work around this? Many Vue properties fill the screen with warnings: The above screenshot shows: Vue prot... -
Edited Code Style: can you align types in Webstorm?
Is it possible yet to auto-format types like this in Webstorm? Class properties look pretty messy otherwise :(