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
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
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
Created
September 04, 2019 10:07
BTW i am on Windows 10
Community
WebStorm
Feature: Copy text from everywhere (menus, popups, ...)
0 votes
Created
August 26, 2019 12:33
sorry bad example. take function rowStyle(reference) { const fooFooFoolabalalalala = reference.isVisible ? {backgroundColor: 'd'} : {textDecoration: 'line-through',color: 'gray'};} now enable ...
Community
WebStorm
Code Style for Objects?
0 votes
Created
April 05, 2019 09:53
Ok. found the module causing the error. It is caused by firestore. Thank you for your help.
Community
WebStorm
Jest DeprecationWarning with create-react-app
1 vote
«
First
‹
Previous
Next
›
Last
»