Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dave Stewart
Total activity
187
Last activity
January 23, 2026 12:56
Member since
April 05, 2016 14:32
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
47
Activity overview
Posts (41)
Comments (92)
Sort by recent activity
Recent activity
Votes
Edited
September 11, 2022 20:36
@... - thanks so much! The missing typescript types reference in tsconfig.json was the thing that solved it for me 💪
Community
WebStorm
"Cannot find name 'jest'" Typescript error
0 votes
Edited
January 25, 2021 15:54
@...: on a UK keyboard, the [ symbol is just available on the keyboard; no additional modifier needed: But you can set it from Preferences > Keymap:
Community
PhpStorm
Way to jump back to previous file/line after Ctrl+clicking function call?
0 votes
Edited
November 23, 2020 17:12
FWIW, I created an open source library Alias HQ to your project's js/tsconfig.ts as the single source of truth for aliases; compatible with Webpack, Jest, Vue, React, WebStorm, and other libs and I...
Community
WebStorm
Is there a canonical way to set up prefixed @ / ~ aliases?
0 votes
Created
July 05, 2020 19:40
Thanks Elena,I've referenced this post and added my vote!
Community
WebStorm
Make Find Usages compare function signature when showing results
0 votes
Created
July 05, 2020 16:39
Ah. Can you clarify what "dynamic references" are in terms of WebStorm functionality? Are these just "guessed" entities?
Community
WebStorm
Make Find Usages compare function signature when showing results
0 votes
Created
June 22, 2020 16:49
Oh! Did it always work this way? I've been using WS for a long time; maybe this is habit I picked up somewhere along the way. Thanks for the help :)
Community
WebStorm
Invalid warning for Browser Extensions API listener
0 votes
Edited
June 22, 2020 15:41
Hi Elena, Annoyingly, the error still remains after invalidating caches. But... re-reading your replies and I figured it out! I generally have node_modules excluded from indexing, and that was the...
Community
WebStorm
Invalid warning for Browser Extensions API listener
0 votes
Edited
June 18, 2020 21:31
OK. Refactoring an entire project to TS right now, so will finish, get my build working then restart and report back. Thanks!
Community
WebStorm
Invalid warning for Browser Extensions API listener
0 votes
Created
June 18, 2020 20:23
Line 10192 of lib.dom.d.ts: /** Stores information on a media query applied to a document, and handles sending notifications to listeners when the media query state change (i.e. when the media quer...
Community
WebStorm
Invalid warning for Browser Extensions API listener
0 votes
Created
June 18, 2020 20:04
Sure! Just this code should work (be sure to `npm install` the dependency): import { browser, Tabs } from 'webextension-polyfill-ts'browser.tabs.onUpdated.addListener(function (tabId: number, info:...
Community
WebStorm
Invalid warning for Browser Extensions API listener
0 votes
«
First
‹
Previous
Next
›
Last
»