<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx</link><description>Previous release of Visual Studio "Orcas" debuted the much awaited feature of Javascript intellisense. If you have not, you can read about it here , here and here . Visual Studio 2008 Beta 2 further takes Javascript Intellisense to a whole new level.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#4182673</link><pubDate>Thu, 02 Aug 2007 08:20:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4182673</guid><dc:creator>Sebastian Werner</dc:creator><description>&lt;p&gt;Looks really nice. Thanks a lot.&lt;/p&gt;
&lt;p&gt;Just a few questions. Does the lookup for prototype definitions works across multiple files e.g. definition in one file, usage in another one? Does the prototype inheritance also works when using a wrapper around this (like most JS frameworks do) e.g. &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://demo.qooxdoo.org/current/apiviewer/#qx.Class~define&amp;quot;&amp;gt;qx.Class.define&amp;lt;/a&amp;gt;"&gt;http://demo.qooxdoo.org/current/apiviewer/#qx.Class~define&amp;quot;&amp;gt;qx.Class.define&amp;lt;/a&amp;gt;&lt;/a&gt; in qooxdoo does.&lt;/p&gt;
&lt;p&gt;BTW: Does these features require to buy the full Visual Studio or will there be an Express Edition like for other stuff already released which also contains these nice things?&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#4202042</link><pubDate>Fri, 03 Aug 2007 09:44:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4202042</guid><dc:creator>don.raman</dc:creator><description>&lt;p&gt;Thanks for leaving your comment.&lt;/p&gt;
&lt;p&gt;Yes, the entire authoring support is available in Express Edition too. The Express edition for Visual Web Developer 2008 can be downloaded from the link given below:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/express/future/bb421473.aspx"&gt;http://msdn2.microsoft.com/en-us/express/future/bb421473.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And yes we do support intellisense on functions/prototypes defined across file. Please look at:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/webdevtools/archive/2007/03/02/jscript-intellisense-in-orcas.aspx"&gt;http://blogs.msdn.com/webdevtools/archive/2007/03/02/jscript-intellisense-in-orcas.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The bulleted point 4 and 5 in the blog above will give you a nice idea what user has to do to achieve this.&lt;/p&gt;
&lt;p&gt;If you have any further feedback/suggestion, please get back to us. Your suggestions will help us in improving the product further.&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#4206402</link><pubDate>Fri, 03 Aug 2007 15:17:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4206402</guid><dc:creator>Sebastian Werner</dc:creator><description>&lt;p&gt;@Don: Can you tell me if the prototype-stuff also works when using wrapper around the native prototype. This question was already part of my previous comment but it seems you have overseen it.&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#4508879</link><pubDate>Wed, 22 Aug 2007 14:25:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4508879</guid><dc:creator>Paul McConnon</dc:creator><description>&lt;p&gt;Is there any way to turn off intellisense per &amp;nbsp;file.&lt;/p&gt;
&lt;p&gt;For example prototype.js causes intellisense errors when used in a VS project, I'd like to be able to use hintes eg &lt;/p&gt;
&lt;p&gt;///no_scan&lt;/p&gt;
&lt;p&gt;so that intellisense does not try and model the file.&lt;/p&gt;
&lt;p&gt;P&lt;/p&gt;</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#4509341</link><pubDate>Wed, 22 Aug 2007 15:03:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4509341</guid><dc:creator>Sameerch</dc:creator><description>&lt;p&gt;Hi Paul,&lt;/p&gt;
&lt;p&gt;There is no way to turn off intellisense if the file is referenced. &amp;nbsp;The only way to turn off intellisense selectively is not to refernce the file. &amp;nbsp;(Remove the &amp;lt;script src=&amp;quot;...&amp;quot; &amp;gt; tag or the /// &amp;lt;reference ...&amp;gt; tag)&lt;/p&gt;
&lt;p&gt;Having said that, I feel this is a very good feedback and we will take a look at this. &amp;nbsp;We do appreciate this.&lt;/p&gt;
&lt;p&gt;Sameer&lt;/p&gt;</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#6435490</link><pubDate>Tue, 20 Nov 2007 18:31:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6435490</guid><dc:creator>robert</dc:creator><description>&lt;p&gt;hmm, in the rtm build of vs2008 i can only get js intellisense working in .js files but not in .htm,.html or .aspx files. There is no error or anything? Is there any way I can figure out why this isn't working?&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#6435584</link><pubDate>Tue, 20 Nov 2007 18:35:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6435584</guid><dc:creator>robert</dc:creator><description>&lt;p&gt;oh, and if I press ctrl-shift-j to update intellisense I get &amp;quot;Could not complete the action&amp;quot;&lt;/p&gt;
&lt;p&gt;I've tried it with creating a new asp.net website, with everything default and i got the same results.. :(&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#6435851</link><pubDate>Tue, 20 Nov 2007 18:48:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6435851</guid><dc:creator>Sameer</dc:creator><description>&lt;p&gt;Hi Robert,&lt;/p&gt;
&lt;p&gt;Thanks for trying out the feature. &amp;nbsp;Can you share the HTML file you are using? &amp;nbsp;I will be able to help you out better.&lt;/p&gt;
&lt;p&gt;My email is: sameerch @ microsoft.com&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#6630023</link><pubDate>Sat, 01 Dec 2007 16:05:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6630023</guid><dc:creator>Gleb</dc:creator><description>&lt;p&gt;I have the exactly same issue like Robert has. I use final VS Pro 2008. Weird.&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#6676428</link><pubDate>Thu, 06 Dec 2007 10:55:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6676428</guid><dc:creator>Stan</dc:creator><description>&lt;p&gt;Nice post! Came here via a search in Google on 'Could not complete the action'. I have the same issues like Robert en Gleb have. Something strange , in the beginning - right after the installation of VS 2008 RTM - it was working...&lt;/p&gt;
</description></item><item><title>re: More Javascript Intellisense with Visual Studio 2008 Beta 2</title><link>http://blogs.msdn.com/jscript/archive/2007/08/01/more-javascript-intellisense-with-visual-studio-2008-beta-2.aspx#8655686</link><pubDate>Thu, 26 Jun 2008 12:06:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8655686</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;Okay this is a pretty old thread - I know. But I can&amp;#180;t find a solution to the problem I have. Intellisense is working for *.aspx pages but not for *.html pages in my project. Anyone?&lt;/p&gt;
</description></item></channel></rss>