Showing results for JScript - .NET Blog

May 12, 2008
Post comments count0
Post likes count0

Introducing JScript Formatting in VS 2008 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

Colorization, validation, IntelliSense, and formatting comprise the core of any modern editor.  With VS 2008 SP1, we are completing the core JScript editor by introducing code formatting.  Additionally, we have promoted JScript to a dedicated node in “Tools Options” providing a clean separation from the HTML “Tools Options”.  We rea...

ASP.NET
Mar 12, 2008
Post comments count0
Post likes count0

JScript IntelliSense: Working with Ext JS

Web Development Tools Microsoft
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 fix will be available in the next servi...

ASP.NET
Mar 5, 2008
Post comments count0
Post likes count0

JScript Debugging: Made easy with IE8

Web Development Tools Microsoft
Web Development Tools Microsoft

The feature I'm most excited about in Internet Explorer 8 Beta 1 is ironically one you might not notice at all. Problem If you're reading this, you probably know (and are still untangling the double-negative logic of) the "Disable script debugging" option in IE.  Say you just spent 10 hours debugging script.  It's time for a break.  ...

ASP.NET
Feb 25, 2008
Post comments count0
Post likes count0

Webcast: New Enhancements for Web Developers in VS 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

To View On Demand Webcast : Visual Studio 2008 for Web Developers: CLICK HEREWanted 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 2008Date/Day: Tuesday, February 26th 2008 Time: 11am to 12:30pm Pacific Standard Time (PST)Description :Get an overv...

ASP.NET
Feb 8, 2008
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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 19, 2007
Post comments count0
Post likes count0

Visual Web Developer 2008 Express Edition available for download

Web Development Tools Microsoft
Web Development Tools Microsoft

I'm glad to announce that Visual Web Developer 2008 Express Edition has officially shipped, and is now available for immediate download.  Here is a quick summary of some of the great new capabilities in this release:  We hope you enjoy the new product!-Visual Web Developer Team

ASP.NET
Nov 6, 2007
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Aug 3, 2007
Post comments count0
Post likes count0

Better Javascript intellisense with Silverlight 1.0

Web Development Tools Microsoft
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 for Silverlight.  Below is ...

ASP.NET