Jpfernan

- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 9
-
Jpfernan commented, -
-
Jpfernan commented, -
-
Jpfernan created a post, How do I see all the member methods and properties of an external library like a node module?
Suppose I have something like: import GoogleMapReact from 'google-map-react'; How do I see all the methods and properties of GoogleMapReact? -
-
Jpfernan commented, -
Jpfernan created a post, Webstorm Debug Javascript in browser keeps defaulting to Chrome even though I set Firefox to the default
As you can see in the screenshot, 1. Firefox is checked, 2. has the proper file path 3. Default Browser is set to "First listed" with Firefox as the path. I also tried system default with Firefox a... -
Jpfernan created a post, AnsweredThe ctrl-shift-f4 hotkey isn't working to close tabs
closing tabs that I am currently on is very important to me, however the ctrl-shift-f4 hotkey isn't working. Am I using it wrong? -
Jpfernan created a post, AnsweredHow do I change my debugger from GDB to LLDB
I want the debugger to display the contents of vectors but GDB does not support this. However LLDB does support this form what I've heard. I am using a Ubuntu Linux machine.