Sebastian Obentheuer
- 活动总数 119
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 22
- 订阅数 37
-
创建于 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... -
创建于 How to wrap lines via TSX Code Style?
How can I make long props definitions like this, to wrap via Settings > Code Styles? From a TSX file: export const FigureLabelPropertiesView = ({figureLabel, reference, onDelete}: { figureLabel: Fi... -
创建于 Is "Extract into class refactorings" possible or planned for Typescript?
I want to clean up my huge classes. Like here: https://www.jetbrains.com/help/idea/extract-into-class-refactorings.html#extract_delegate Any trick/idea how do it with current Webstorm? -
创建于 Jest DeprecationWarning with create-react-app
I created an app with create-react-app 2.1.8. When I add a "All Tests" Jest configuration and change nothing and run it, the tests all pass but I get this error: DeprecationWarning: grpc.load: Use ... -
创建于 Hint Blacklist is ignored in tsx files?
I have a freshly installed vanilla Webstorm. I use React with Typescript, hence the tsx files. In my tsx files the Hints are not blacklistet, e.g. "setValue" shows a "value:" hint in the tsx fi...