Sebastian Obentheuer

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

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

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

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

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