Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
.NET Web Development and Tools Blog
>
All Tags
>
intellisense
Server & Tools Blogs
>
Developer Tools Blogs
>
.NET Web Development and Tools Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
.NET Web Development and Tools Blog
Your official information source from the .NET Web Development and Tools group at Microsoft.
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
ASP.NET hosts six community created SPA templates now
Posted
17 days ago
by
Xinyang Qiu
0
Comments
Please update to the latest version of Web Essentials 2012 after installing VS2012 Update 2
Posted
22 days ago
by
Xinyang Qiu
2
Comments
Seeking Feedback on Alternative Formats for ASP.NET MVC and Deployment Content Maps
Posted
23 days ago
by
Tom Dykstra - MSFT
2
Comments
XDT (XML Document Transform) released on codeplex.com
Posted
1 month ago
by
Sayed-Ibrahim-Hashimi
3
Comments
Live Now on Developer Tools Blogs
Tags
.NET
AJAX
Announcements
ASP.NET
Beta 2
CSS
CSS and HTML
Development
javascript
Jeff King
JScript
Knockout
Omar Khan
Orcas
SP1
tips and tricks
Visual Studio
Visual Studio 2008
visual Studio 2008 sp1
Visual Studio 2010
Visual Web Developer
VS2008
VWD
Web
Web 2.0
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
May 2013
(2)
April 2013
(3)
March 2013
(6)
February 2013
(6)
January 2013
(6)
December 2012
(7)
November 2012
(8)
October 2012
(7)
September 2012
(9)
August 2012
(22)
July 2012
(1)
June 2012
(4)
May 2012
(1)
April 2012
(1)
March 2012
(6)
February 2012
(3)
January 2012
(1)
September 2011
(6)
August 2011
(1)
June 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(5)
December 2010
(2)
November 2010
(4)
October 2010
(2)
September 2010
(3)
August 2010
(2)
July 2010
(1)
June 2010
(3)
May 2010
(6)
April 2010
(13)
March 2010
(9)
February 2010
(8)
November 2009
(1)
October 2009
(10)
September 2009
(5)
July 2009
(2)
June 2009
(10)
May 2009
(3)
April 2009
(4)
March 2009
(10)
February 2009
(6)
January 2009
(7)
December 2008
(2)
November 2008
(8)
October 2008
(10)
September 2008
(7)
August 2008
(9)
July 2008
(3)
June 2008
(7)
May 2008
(8)
April 2008
(7)
March 2008
(8)
February 2008
(6)
January 2008
(3)
December 2007
(6)
November 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(7)
June 2007
(6)
May 2007
(3)
April 2007
(5)
March 2007
(6)
February 2007
(3)
January 2007
(2)
December 2006
(3)
November 2006
(6)
October 2006
(1)
September 2006
(1)
August 2006
(4)
July 2006
(4)
June 2006
(1)
May 2006
(7)
April 2006
(3)
More
▼
Less
▲
Tagged Content List
Blog Post:
Disabling Knockout Intellisense
VKichline
Update 4/4/2013: This problem is fixed in Visual Studio 2012 Update 2 (VS2012.2). If the internal JavaScript engine could not figure out the IntelliSense in one second, VS will time out instead of keep evaluating (which in some cases can slow down VS significantly). If it happens, some KnockoutJS IntelliSense...
on
4 Mar 2013
Blog Post:
Knockout Intellisense in ASP.NET and Web Tools 2012.2 RC
VKichline
WTE (Web Tools Extension) 1.2 RC is part of the ASP.NET and Web Tools 2012.2 RC and it’s available for download from http://www.microsoft.com/download/details.aspx?id=36053. Knockout Intellisense is an exciting new feature in WTE 1.2 RC. Knockout is a declarative JavaScript MVVM system for client...
on
13 Dec 2012
Blog Post:
How to solve JavaScript IntelliSense problems in VS2010
Web Development Tools Microsoft
VS2010 should support all of the VS2008 JavaScript functionalities as shown in Scott Guthrie’s VS2008 JavaScript IntelliSense blog . It includes: 1. Basic type inference 2. IntelliSense from referenced external JavaScript libraries 3. IntelliSense from XML comments for functions, parameters and...
on
8 Nov 2010
Blog Post:
VSDoc for jQuery 1.4.1 Now Available
Web Development Tools Microsoft
We finished generating a new VSDoc for the latest update of jQuery. You can download it from the jQuery Downloads page . A refresher on how to use the file can be found here or here . Happy coding! Jeff King Program Manager Visual Studio Web Tools
on
8 Feb 2010
Blog Post:
Visual Studio 2010 Beta 2 – Intellisense Issue in Javascript/HTML.
Web Development Tools Microsoft
If by any chance you are not seeing intellisense in your JavaScript or HTML after installing Visual Studio 2010 Beta 2 you might be running into a known bug that we can show you how to fix. The bug is related to user settings which we don’t remove when Beta 1 is uninstalled. One particular setting under...
on
23 Oct 2009
Blog Post:
Working with SVG files in Visual Studio and Visual Web Developer
Web Development Tools Microsoft
Scalable Vector Graphics (SVG) is W3C standard language for describing two-dimensional vector and mixed vector/raster graphics in XML. Firefox 3+, Opera 9+ and Safari 3+ support SVG rendering. Unfortunately, Internet Explorer 8 does not support SVG natively and requires a plug-in. There a plug in from...
on
6 Oct 2009
Blog Post:
VSDoc for jQuery 1.3.2 Now Available
Web Development Tools Microsoft
jQuery 1.3 was released a little over a month ago. The 1.3 release adds exciting features such as selector performance improvements, "live events" where events can be bound to both current and future elements, and more. Version 1.3.2 was released a few days ago and fixes some bugs include one involving...
on
24 Feb 2009
Blog Post:
JScript IntelliSense FAQ
Web Development Tools Microsoft
I've been reading through the 70 or so comments on our last 2 jQuery posts. There have been a lot of great questions. Apologies for not being able to answer them sooner (I was busy preparing for Dev Connections). Instead of answering them inline with the comments, I'll try to paraphrase...
on
18 Nov 2008
Blog Post:
VS2008 SP1 Hotfix to Support "-vsdoc.js" IntelliSense Doc Files
Web Development Tools Microsoft
Last week I mentioned we would be releasing a Hotfix to accompany our new jQuery VSDoc file . This Hotfix is now available at the MSDN Code Gallery . Here's a direct download link for this small (2MB) patch: http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736 I want...
on
7 Nov 2008
Blog Post:
Downloadable Hotfix: False C# compilation errors for ASP.NET code-behind files in SP1
Web Development Tools Microsoft
In SP1 for Visual Studio 2008 and Visual Web Developer 2008, C# introduced a new feature to provide 'live' reporting of compilation errors. Unfortunately, the introduction of this functionality also introduced a bug where in certain cases, false C# compilation errors appear in the Error List for ASP...
on
31 Oct 2008
Blog Post:
Rich IntelliSense for jQuery
Web Development Tools Microsoft
Update: A new Hotfix is availble to complement this file. A while back we updated VS2008 IntelliSense to not fail when referencing jQuery. However, getting IntelliSense for chained calls and rich summary/parameter hints still required adding special comments to a few thousand lines of jQuery. If you...
on
28 Oct 2008
Blog Post:
JScript IntelliSense: Working with Ext JS
Web Development Tools Microsoft
Ext is great framework for adding rich AJAX interactivity to your web application. Unfortunately, JScript IntelliSense currently has difficulties processing the script and it's not uncommon to see this message: I just wanted to let everyone know that we've investigated and fixed the issue. This...
on
12 Mar 2008
Blog Post:
Webcast: New Enhancements for Web Developers in VS 2008
Web Development Tools Microsoft
To View On Demand Webcast : Visual Studio 2008 for Web Developers : CLICK HERE Wanted to update you on a upcoming web cast that I am doing in support of Visual Studio 2008 launch event... Title : New Enhancements for Web Developers in VS 2008 Date/Day: Tuesday, February 26th 2008 Time: 11am...
on
25 Feb 2008
Blog Post:
JScript IntelliSense: Working with jQuery
Web Development Tools Microsoft
We have good news for jQuery fans. The hotfix we released today fixes a bug in IntelliSense where it would fail with jQuery. Any page with jQuery should just work now. While experimenting with this new-found functionality today, I found annotating the library with a few XML Doc Comments really made a...
on
8 Feb 2008
Blog Post:
JScript IntelliSense: Handling Errors
Web Development Tools Microsoft
I often get the question “Why isn’t IntelliSense working?”. The most common cause is an error in one of the referenced scripts. If there was an IntelliSense update error, the status bar will tell you. Given this situation, the Error List will complement the status bar with one of two messages....
on
31 Jan 2008
Blog Post:
Better Javascript intellisense with Silverlight 1.0
Web Development Tools Microsoft
If you are using Visual Studio 2008 Beta 2, and are building applications for Silverlight using Javascript, there is a cool project from Justin-Josef Angel , which I recommend checking out. Using Justin's library and Visual Studio 2008 Beta 2, one can get much richer Javascript intellisense experience...
on
3 Aug 2007
Blog Post:
Workaround for Beta 2 JavaScript IntelliSense and Colorization Issue
Web Development Tools Microsoft
We have discovered that in a very limited number of setup scenarios of Visual Studio 2008 Beta 2, Jscript IntelliSense and Colorization may not work property after installing the product. You will get no IntelliSense in JavaScript code, and all JavaScript code will appear black (i.e., colorization of...
on
30 Jul 2007
Blog Post:
Mix07 Video: Web Development using Visual Studio "Orcas"
Web Development Tools Microsoft
At the Mix07 conference this week, I did an overview presentation of the web development features being delivered in Visual Studio "Orcas". The folks at Mix have been kind enough to make videos of all the sessions from the conference available to the public. Click here to watch my session on Web Development...
on
3 May 2007
Blog Post:
JScript IntelliSense March CTP Gotchas + Workarounds
Web Development Tools Microsoft
The March CTP is of course a "Preview" and does have some bugs. I thought we'd share the top issues seen and offer some workarounds. 1. TypeLibBuilder.exe "has encountered a problem..." If you're seeing this: This a bug where that particular assembly has not been given a Strong Name. The...
on
7 Mar 2007
Blog Post:
JScript IntelliSense in Visual Studio Orcas
Web Development Tools Microsoft
The March CTP of Visual Studio marks the debut of a much-requested and long-awaited feature: improved JScript IntelliSense . We’ve been working on this for almost a year now and I’m pretty excited to finally be able to share it with the public. There are a variety of topics I’d like to deep dive into...
on
1 Mar 2007
Page 1 of 1 (20 items)