I finally got around to reviewing this Orcas demo Don sent me. This serves as a short and gentle introduction to the concepts of JavaScript intellisense and debugging.
Intellisense is basically my primary means of writing code. I never, ever write code in notepad! This will certainly encourage me to do a little more programming in JavaScript ... but not whole bunch ;)
The need for an IDE to be strapped around JavaScript is clear when you try to navigate the web with the "Display a notification about every script error" enabled. You will be trapped in a sea of modal dialogue boxes never to return.
Hopefully this innovation will help everyone!
"Love is like the measles; we all have to go through it." - Jerome K. Jerome
Comments are closed.