Lep
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Edited Dialogs "Find/Replace in Path" disappearing when Webstorm loses focus
Since the update to Webstorm 2017.1, the "Replace in Path" and "Find in Path" dialogs keep disappearing as soon as Webstorm loses focus (i.e.when switching to a different program, Win7+Mac Sierra).... -
Created Destructuring require-call breaks code completion
I have an ES6 project (nwjs) with some frontend-libraries (underscore, knockout + more) that I need to import in many files. For easy access to the libs, I defined a module "commons.js", similar to...