Sebastian Obentheuer
- 活动总数 119
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 22
- 订阅数 37
-
创建于 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... -
创建于 How ca I get to run Prettier on HTML code?
Prettier seems to support HTML: https://prettier.io/blog/2018/11/07/1.15.0.html It would be awesome if this could be added to the "format with Prettier on save" function. -
创建于 Same Live Template in different languages
I get an duplicate error when I try to define Live Templates with the same abbreviation for different languages: e.g. a commented line (my abrreviation is "col") for js and jsx files. js: // ------... -
创建于 Code Style to collapse empty HTML tags?
Can I get WebStorm to automatically collapse my empty HTML tags on reformatting? I only found the intent (light bulb), so I can collapse them manually. <UserRolesDropdown></UserRolesDropdown> ... -
创建于 Feature: Copy text from everywhere (menus, popups, ...)
Hello, I have a hard time to copy text from WebStorm from popups or parts of the UI, which is something I need quite often to google sth. E.g. how do I copy the text "Selector input is never us... -
创建于 Bug?
I still get the "Selector input is never used" inspection warning. /*noinspection CssUnusedSymbol*/.ui.input { width: 100%;} -
创建于 Code Style for Objects?
Hello, for Code Style settings: Can I indent the ternary signs? Why is the "backgroundColor" object not wrapped? (Objects: Wrap always is enabled) Can I fix the wrong intentation of the closing bra...