Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sebastian Obentheuer
Total activity
119
Last activity
December 03, 2024 12:46
Member since
April 17, 2013 15:18
Following
0 users
Followed by
0 users
Votes
22
Subscriptions
37
Activity overview
Posts (34)
Comments (26)
Sort by recent activity
Recent activity
Votes
Created
April 02, 2019 14:19
I am sorry. You are so right. The .map and .setState methods I tested had an optional callback parameter. And one seems to have to add a wildcard for each parameter. So e.g. the blacklist wildcar...
Community
WebStorm
Hint Blacklist is ignored in tsx files?
1 vote
Created
December 03, 2024 12:46
Thank you very much Elena!
Community
WebStorm
class default export makes private fields "unused"?
0 votes
Created
July 20, 2023 09:12
That works. Thank you so much, Elena.
Community
WebStorm
How to exclude files from Prettier glob pattern?
0 votes
Created
March 20, 2023 10:55
Yes. This searches for usages within ItemsTable but not for calls like <ItemsTable menuItems = {}/>
Community
WebStorm
Find usages of React components that use a certain optional prop?
0 votes
Created
September 30, 2022 09:00
FYI: Same problem here. In a large pnpm monorepo, importing base tsconfigs via "extended" does not work. cli tsc works fine.
Community
WebStorm
Webstorm not resolving module imports using typescript paths
0 votes
Created
July 02, 2021 14:20
OMG. This is so great! Thank you very much!
Community
WebStorm
[Typescript] Is there a way to quickly generate/derive parameters names from class names?
0 votes
Created
May 31, 2021 18:47
maybe this? class Bar { x = 4; constructor() { this.addField(); } addField() { this.x = 5; }}
Community
WebStorm
Typescript: "Potentially invalid reference to 'this' of a class from closure" in constructor?
0 votes
Created
February 24, 2021 12:59
Omg. Thank you so much. This is great news!
Community
WebStorm
[WebStorm] Jest tests: Test config for a group of files
0 votes
Created
November 06, 2020 13:08
Sorry if I was unclear. Debug: When I press that bug icon, i.e. run the current npm script to debug it, i.e. to set breakpoints and iterate through the code.In general when I run a build in debug m...
Community
WebStorm
Slow debug build with Storybook
0 votes
Created
July 10, 2020 09:36
Oksana Chumak I use Typescript. I wish I could go from: class Foo { do() { bar.do2(); }}// to thisclass Foo { constructor(public bar:any){} do() { this.bar.do2() }}
Community
IntelliJ IDEA Users
Refactor to move a class to its own file
0 votes
«
First
‹
Previous
Next
›
Last
»