主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sebastian Obentheuer
活动总数
119
最后的活动
2024年12月03日 12:46
成员加入日期
2013年04月17日 15:18
关注
0 名用户
关注者数
0 名用户
投票数
22
订阅数
37
活动概览
帖子(34)
评论(26)
按最近的活动排序
最近的活动
投票数
创建于
2022年09月30日 09:00
FYI: Same problem here. In a large pnpm monorepo, importing base tsconfigs via "extended" does not work. cli tsc works fine.
社区
WebStorm
Webstorm not resolving module imports using typescript paths
0 票
创建于
2021年07月02日 14:20
OMG. This is so great! Thank you very much!
社区
WebStorm
[Typescript] Is there a way to quickly generate/derive parameters names from class names?
0 票
创建于
2021年05月31日 18:47
maybe this? class Bar { x = 4; constructor() { this.addField(); } addField() { this.x = 5; }}
社区
WebStorm
Typescript: "Potentially invalid reference to 'this' of a class from closure" in constructor?
0 票
创建于
2021年02月24日 12:59
Omg. Thank you so much. This is great news!
社区
WebStorm
[WebStorm] Jest tests: Test config for a group of files
0 票
创建于
2020年11月06日 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...
社区
WebStorm
Slow debug build with Storybook
0 票
创建于
2020年07月10日 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() }}
社区
IntelliJ IDEA Users
Refactor to move a class to its own file
0 票
创建于
2020年07月09日 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?
社区
WebStorm
How can I refactor a field into the constructor?
0 票
创建于
2020年07月09日 15:14
Sorry just saw this is ItelliJ Forum. I use Webstorm. The option seems to be missing there?
社区
IntelliJ IDEA Users
Refactor to move a class to its own file
0 票
创建于
2020年07月06日 12:05
Ah. Did not see that Templates folder below. Thank you!
社区
WebStorm
How can I change the default Jest package?
0 票
创建于
2020年06月17日 12:31
Thank you. I was missing the global prettier package setting.
社区
WebStorm
How ca I get to run Prettier on HTML code?
0 票
«
第一页
‹
上一页
下一页
›
最后
»