Jpfernan

- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 9
-
Created 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? -
Created 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... -
Created The ctrl-shift-f4 hotkey isn't working to close tabs
Answeredclosing 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? -
Created How do I change my debugger from GDB to LLDB
AnsweredI 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. -
Created What is the hotkey for switching tabs?
I did search for this but I found no answer. Currently I am using the vim gt gT bindings but I want to know the native Clion bindings. Thanks.