Patrick Werz

Avatar
  • Total activity 19
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 5
  • Created

    Webstorm links to wrong method implementation

    Hello. I have a file ... transformManager.js that calls a method (getSchedule) in class in scheduleManager.js Unfortunately, webstorm refers me to the wrong implementation (scheduleManager.test.js...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    Is the "missing await" notification correct here?

    Hello,   I don't want to (a)wait here for this promise since I don't do anything with the promise but returning it. Is this a faulty behavior or am I getting this wrong? 
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    Wrap line if length exceeds

    hello folks, what are the settings that the code formatter automatic cuts a line (at a reasonable position) if the line exceeds the max length (es lint rule: max-len)   my settings:   Currently t...
    • 2 followers
    • 6 comments
    • 1 vote
  • Created

    Apply Eslint rules doesn't work for the switch case statement

    hey folks,   in our eslint config we use the rule "indent": [ "error", 4]   I applied the eslint code style rules so that I can use the webstorm formatter to format my code. Unfortunatelly, the sw...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Can find import settings functionality

    Hello folks,  I want to import live templates to get some es6 helpers  https://github.com/blakedietz/js-live-template Unfortunately, I cannot find the "Import Settings" functionality nor the templa...
    • 2 followers
    • 2 comments
    • 0 votes