Sebastian Obentheuer
- 活动总数 119
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 22
- 订阅数 37
-
创建于 [Typescript] Is there a way to quickly generate/derive parameters names from class names?
I call functions like this a lot: function(workItem:WorkItem, project:Project, resources:Resources) {} I.e. having a bunch of params that are named the same as some class name. Is there a kind of a... -
创建于 Typescript: "Potentially invalid reference to 'this' of a class from closure" in constructor?
I get the above error from the "this.addField" command in the constructor. Is that error right? I thought I don't have to bind member methods called in the ctor? class Foo extends Item { construct... -
创建于 [WebStorm] Jest tests: Test config for a group of files
All my tests in one folder need the jest option `--env=node`. All other test the regular `--env=jsdom`. Can I create a "Run All Tests" config for this scenario? Or at least two configs: "Run node t... -
创建于 Generate Setters: setVal() instead of set val
I want to follow AirBnB Style: https://airbnb.io/javascript/#accessors--no-getters-setters How can I generate setVal accessors? I always get the set val methods. // bad class Dragon { get age... -
创建于 Slow debug build with Storybook
Hey there JetBrains!Debug build is super slow when I use Storybook in a React project (using create-react-app). Do you guys have any idea how I could speed that up? See below from my Github issu... -
-
创建于 Webstorm Typescript Compile Errors Auto-Update
There is a "Recompile on changes" setting for the TS Service. But I expected it to auto-update the "Complie errors" tab in my TypeScript Service Window, which it does not, right?. Right now I have ... -
创建于 How can I refactor a field into the constructor?
I can only see the "Indroduce field..." QuickFix, but this does not move the field into the constructor. -
创建于 Move a class to new file -> suggest new filename
I want to refactor classes to their own separate file (when I have a file with multiple classes). When I use the refactoring "Move..." the "TO:" field holds the old file name, so I always have to w... -
创建于 How can I change the default Jest package?
I use CRA (with Jest config at "react-scripts"). Can I change the Jest config path? When I add a Jest run configuration by pressing Strg + Shift + F10 it always defaults to "react-scripts" for th...