Dave Stewart
- Total activity 187
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 47
-
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 :( -
Edited Typescript path aliases starting with @ take me to node_mdules/@types
I've set up path aliases in both webpack and typescript, but unfortunately, webstorm is not recognising path aliases starting with @; it seems to think they are Definitely Typed types (I think). Th... -
Edited Autoformat removes blank lines between imports
Hi Jetbrains, I've recently disabled code folding for ES6 imports, but it's revealed some behaviour I'm not so keen on: Before, when I used auto-format, any line-spacing inside the (folded) import... -
Created Working with Semantic UI full build / LESS variables
Hi there, I've installed the Semantic UI package via NPM, with a view to building our own stylesheets. On initial install, and after setting the /src folder as a resource root, it seems that lots o... -
Created Tab key always puts in 4 spaces, no matter what the settings
Just set up PHPStorm on a colleagues machine, but even with all settings set to indent to 2 spaces, tab keeps inserting 4 spaces or 1 tab. Auto-format resets everything as expected, but tab doesn'...