Patrick Werz
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
-
Patrick Werz created a post, 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... -
Patrick Werz commented, -
Patrick Werz created a post, 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? -
-
-
-
Patrick Werz created a post, 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... -
Patrick Werz commented, -
Patrick Werz created a post, 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...