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
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
Created
July 09, 2020 17:36
I need a Quickfix (in Webstorm) to get from this class Foo { do() { bar.do2(); }}// to thisclass Foo { constructor(public bar:any){} do() { this.bar.do2() }} Is that possible?
Community
WebStorm
How can I refactor a field into the constructor?
0 votes
Created
July 09, 2020 15:14
Sorry just saw this is ItelliJ Forum. I use Webstorm. The option seems to be missing there?
Community
IntelliJ IDEA Users
Refactor to move a class to its own file
0 votes
Created
July 06, 2020 12:05
Ah. Did not see that Templates folder below. Thank you!
Community
WebStorm
How can I change the default Jest package?
0 votes
Created
June 17, 2020 12:31
Thank you. I was missing the global prettier package setting.
Community
WebStorm
How ca I get to run Prettier on HTML code?
0 votes
«
First
‹
Previous
Next
›
Last
»