I'm looking for a javascript writing tool that helps you with
displaying all the different things that could follow after the dot.
Like if you would type "document." then there would popup a list with
"all, getElementById, open, write, ...." to choose from.
It would even be better if it also has a line/line debugger which also
adds even more present objects to choose from.
This would really help me writing some javascript. Thanks!
displaying all the different things that could follow after the dot.
Like if you would type "document." then there would popup a list with
"all, getElementById, open, write, ...." to choose from.
It would even be better if it also has a line/line debugger which also
adds even more present objects to choose from.
This would really help me writing some javascript. Thanks!
Comment