Sdrake

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Sdrake commented, -
Sdrake created a post, AnsweredClose tab minimises project sidebar
If I have multiple files open and decide I want to close a few of them, for whatever reason, as soon as I hit the Close keyboard shortcut it closes my project sidebar instead of the next file. For ... -
Sdrake created a post, AnsweredUndo has annoying pop-ups and sometimes doesn't work
I frequently decide to go back quite a few steps in history. Sometimes, on a good day, I get the annoying pop-ups below every-time I do an "undo" operation. On a bad day, the Editor simply won't al... -
-
-
-
-
Sdrake created a post, Node JS Debugger not hitting breakpoints
For some reason, the debugger isn't hitting my breakpoints. I've made a very simple test application to explain this issue: index.js console.log("Hello") A breakpoint is added onto the one and ... -
-
Sdrake created a post, Node Auto Complete does not always work.
For some reason, not all packages are auto-completing with Node. For example: Axios (not autocompleting) but it is indexed properly: However moment does work: I tried the "invalidate cache"...