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
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 10, 2020 15:46
Oh my! Now I feel stupid.I thought that I need to run both (the npm script and the Javascript Debugger) in debug mode to make breakpoints work.Thank you so much!
Community
WebStorm
Slow debug build with Storybook
1 vote
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
August 28, 2020 07:46
Thank you. However, I often used Hector to configure the "per file" analysis. This is gone in the new Widget, right? Could you guys add it again?
Community
WebStorm
I am missing the inspector-with-the-hat icon in the lower right.
1 vote
Created
August 17, 2020 08:14
OMG how embarrassing: The "Errors" tab was a hidden tab in my config, so I was using "Compile Errors" all the time (which you have to recompile every time). This is so much better. Thank you!
Community
WebStorm
Webstorm Typescript Compile Errors Auto-Update
1 vote
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 08, 2020 13:59
Is it possible that this suggests a new file with the same name as the class I want to move? When I "Move..." the "TO:" field holds the old file name, so I always have to write the new name by hand.
Community
IntelliJ IDEA Users
Refactor to move a class to its own file
2 votes
«
First
‹
Previous
Next
›
Last
»