Vonwao

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 19
-
Vonwao created a post, refactoring JS, move function to different file, etc.?
Refactoring for Java was really good in IntelliJ. But refactoring for JS is lacking. I swear there was a "move member" or something similar, so I can move a function to a different file. But I ca... -
-
Vonwao created a post, How to make WS automatically fix (or warn on) eslint errors?
I have .eslintrc.json and have enabled ESLint, but WS still doesn't fix errors, or show me warnings, and it also lets me commit code that is then rejected by our CI build. Is there any way to impr... -
Vonwao created a post, Does WebStorm have a feature to automatically insert JS import statements?
IntelliJ had this feature I think like 10 years ago, it automatically inserted import statements. I'm considering buying a license for WS I need to find a reason to upgrade. Productivity in JS co... -
Vonwao created a post, How come building android package (and classes.dex) takes so long? Can you "re-run" activity?
Android development is pretty slow because it takes about 17 seconds (on my machine) just to build the android package. Then to install the package and start the activity (or test) takes about ano... -
-
Vonwao created a post, android compile problem... what does a small 'x' mean displayed on a source directory?
I have an android project that just doesn't want to compile. There is a small 'x' on the icon of gen directory. If someone knows what that means, it might help me figure out the problem. I usual... -
Vonwao commented, -
Vonwao commented, -
Vonwao created a post, I love IntelliJ diff tool, is it possible to launch from command line?
Is it possible to launch the diff tool through command line? I'm wondering because I would love to use it as an external diff/mergetool for example from Mercurial, etc. Also, I often need to comp...