ASP.NET Ajax-aware JavaScript IntelliSense:
A new release of Visual Studio “Orcas”; shows off the intellisense features nicely, including:
Proactive Completion List: No more waiting for ‘.’;
Keywords in Completion List: fun your way to function
ASP.NET AJAX Concepts in Completion List: Direct support for Atlas
IntelliSense from Script Libraries for ASPX Pages: Now you can see objects that exist in other external script filesThis comes along with the release of an updated Ajax Control Toolkit.
Tutto posso dire a Microsoft, ed è notorio quanto non mi stia simpatica e quanto deprechi il suo modo di fare business, tranne che non faccia strumenti IDE veramente “developer oriented” … e ci mancherebbe visto che è l’unico mezzo che ha per auto-alimentare il business dei sistemi desktop (con OS M$ preinstallato) … però … sono veramente fatti bene … gli IDE è mica gli OS
PS: chiedevo voi bene informati ma atlas non era morto?!
NB: e volete scaricarlo utilizzate questo link
Post correlati:

{ 1 trackback }
{ 1 comment… read it below or add one }
The problem with JS Intellisense is that it CAN’T work 100%…
The reason is due to the fact that in JS everything is “objects” including methods (functions) which means that what functions you have available is highly dependant upon what CODE have been executed before you get to that very line you’re standing at (and wanting intellisense…
.t