Guilherme Gonçalves

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Guilherme Gonçalves created a post, Want to Live edit like John Lindquist!
John Lindquist made this video http://www.youtube.com/watch?v=wCVwdvufTds can't seem to make live edit work with angular like he did. It works for regular html but angular get's lost in theredoes i... -
-
Guilherme Gonçalves created a post, Sharing JavaScript files between projects
Hello guys, i have the following problem (simplified for clarity): file1.js is a file i want to use in my project, the catch here is that i don't want to add this file i want to share this file bet... -
Guilherme Gonçalves created a post, Following a link from the debugger console opens a new locked tab
While i use the debugger if i click a link on the dubugger console (like an error or a console log) to go to the source code, insted of directing me to an already opened tab with the code in questi... -
Guilherme Gonçalves created a post, Live edit with node.js and angular
I have a project using node.js that creates a webserver for me on localhost:3000 that webserver serves a page with ejs templates and a bunch of javascript (i am using angular js) i can debug them... -
Guilherme Gonçalves created a post, Javascript debug not show executing line
I have setup javascript debugging for my app in webstorm, and it seems to be faulty, i can set a breakpoint and the program stops at the right place, highlighted in red, also, it correctly shows th... -
Guilherme Gonçalves commented, -
Guilherme Gonçalves created a post, How to get webstorm javascript JDOC documentation overview?
I am using the JDOC javascript documentation (/** on webstorm 4.01) , i know that if i press ctrl + q over a item i get the documentation for it. But how do i get an documentation overview of my h... -
Guilherme Gonçalves commented, -
Guilherme Gonçalves created a post, Debug problem
I am working on a couchapp with knockoutjs, and all works fine, except when i try to debug the program, i am using Webstorm IDE and if i use any jquery or other libraries and set a break point on ...