JustCode as time saver for catching errors
Telerik’s JustCode (downloadable from http://www.telerik.com/products/justcode.aspx) has been making my productivity day. I often work with large projects that often results in my heading off for a Latte while a full build runs. I come back and then proceed to fix errors and modify some more code, and repeat the cycle.
JustCode does continuous analysis so I often see in the bottom tool bar “3 errors” which if clicked, brings up the list of existing errors without having to do a recompile. In fact, it catches some errors that MSBuild does not catch and will only be obvious when executing code breaks.
It’s even sweeter because if speaks JavaScript! If you have a Telerik subscription and have not installed it, I would recommend that you do. It’s only getting sweeter on each build …
Comments
Post a Comment