Sebastian Obentheuer

Avatar
  • Total activity 119
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 22
  • Subscriptions 37
  • Created

    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.
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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: // ------...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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>   ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Bug?

    I still get the "Selector input is never used" inspection warning. /*noinspection CssUnusedSymbol*/.ui.input { width: 100%;}
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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 ...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 4 comments
    • 0 votes