Neithan Maxcom

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 6
-
Created Debugging online js
So, just like you can do with chrome, pop up dev tools and dig around a website, with breakpoints and so on. I want to do the same with Webstorm. I think that I managed to do that choosing the "j... -
Created How to get decent documentation on javascript functions?
Because this isn't that helpful: Specially when more "simple editors" get you the real deal: I went to the documentation source of that not-documented function (as all other functions I tried... -
Created "V8CommandProcessor$1" debugging error with NodeJS
If I run the tipical NodeJS server app, i can debug just fine, but if I try to run a single .js as a standalone script I get weird errors. For example: var request = require('request');request = re... -
Created Everything installed and referenced: ReferenceError: jQuery is not defined
Hi!If I run it in the browser, everything works as expected. If i do it in Webstorm itself, I get:/usr/local/bin/node app.js/Users/Merl/WebstormProjects/untitled/app.js:8jQuery();^ReferenceError: j... -
Created LiveEdit option disappeared!
So... yeah, I used to use it from time to time in Phpstom 7. Not as good as Brackets but that one doesn't support PHP so oh well...Thing is that I installed Phpstorm 8 and it's now gone, literally.... -
Created How do you run Wordpress with Phpstorm?
I've googled this to the point of fatigue. I feel I've seen it all, read it all, tried it all.I'm just trying to learn a usable workflow with those two things. I have a local XAMPP with an entire W...