Showing results for Jeff King - .NET Blog

Feb 8, 2008
0
0

JScript IntelliSense: Working with jQuery

Web Development Tools Microsoft
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 big difference.  The key ...

ASP.NET
Jan 31, 2008
0
0

JScript IntelliSense: Handling Errors

Web Development Tools Microsoft
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. Error Message 1: A script failed to ...

ASP.NET
Nov 6, 2007
0
0

JScript IntelliSense: A Reference for the “Reference” Tag

Web Development Tools Microsoft
Web Development Tools Microsoft

It should be no surprise that JScript Documentation Comments power much of what you see in JScript IntelliSense in VS2008.  Perhaps the most useful of these comments is the "reference" comment.  The "reference" comment allows you to "see" functions and objects outside of your current file in the completion list.  I've gotten quite a ...

ASP.NET
Sep 19, 2007
0
0

New VS2008 Feature: “Downgrade” HTML, CSS, and JScript Errors to Warnings

Web Development Tools Microsoft
Web Development Tools Microsoft

VS2005 introduced the ability to validate your markup and CSS for standards compliance alongside your code.  It’s a great feature, but it can be frustrating when you’re looking for that one critical compilation error underneath a pile of validation errors.  Well, we heard your feedback and added two new options in VS2008 (post-Beta 2): 1)...

ASP.NET
Mar 7, 2007
0
0

JScript IntelliSense March CTP Gotchas + Workarounds

Web Development Tools Microsoft
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 solution is to turn ver...

ASP.NET
Mar 1, 2007
0
0

JScript IntelliSense in Visual Studio Orcas

Web Development Tools Microsoft
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, but for today let’s just take a quic...

ASP.NET