Patrick Werz
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
创建于 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... -
创建于 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? -
已编辑于 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... -
创建于 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... -
创建于 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...