Josh Piper1505
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 22
-
Created How to navigate in-built terminal shell
AnsweredI was wondering if there is a way to navigate the terminal shell result/output line by line, similar to the IDE. For example, sometimes I log out information to the console and would like to copy t... -
Created How to make Extract Method (refactoring) to use arrow function by default
When refactoring code in Webstorm the default syntax for a method refactoring will be using the hoisted function syntax. However, I want it to default to using the arrow function syntax. I've see...