Showing results for IntelliSense - .NET Blog

Jul 20, 2015
0
0

Announcing ASP.NET 4.6 and ASP.NET 5 beta 5 in Visual Studio 2015 Release

Jeffrey Fritz
Jeffrey Fritz

Long time readers of this blog or followers of the ASP.NET Community Standup know that this day was coming, and we have a released version of ASP.NET 4.6 framework and tools with Visual Studio 2015.  Not only are we shipping ASP.NET 4.6, but we are also including with Visual Studio 2015 a bundle of ASP.NET 5 beta 5 runtime tools and libraries.  The...

ASP.NET
Sep 30, 2013
0
0

HTML Editing Features in Visual Studio 2013 RC

VKichline
VKichline

Several interesting features have been added to the new HTML editor in Visual Studio 2013 RC since the VS 2013 Preview release. See HTML Editing Features in Visual Studio 2013 Preview for a rundown of the Preview features. CSS Class and ID IntelliSense In the Preview release, the new HTML editor did not implement CSS Class IntelliSense, meaning t...

ASP.NET
Aug 26, 2013
0
0

Update: Knockout IntelliSense Highlight Bug Fix

VKichline
VKichline

In an earlier blog post on June 24th entitled Knockout IntelliSense Highlighting Bug Fix I described a bug fix in the Knockout IntelliSense feature. In that post I recommended installing Windows Azure SDK for .NET (VS 2012) – 2.0 to acquire the fix since it did not make it into any of the Visual Studio Updates for 2012. Several customers hav...

ASP.NET
Jun 27, 2013
0
0

HTML Editing Features in Visual Studio 2013 Preview

VKichline
VKichline

The Preview Release of Visual Studio 2013 contains a surprising addition: a brand new HTML editor! In fact, VS 2013 contains two HTML editors. The story’s a little complicated, so this article will do its best to simplify the matter. Visual Studio 2012 included a brand new CSS editor, implemented entirely in managed code and highly extensibl...

ASP.NET
Mar 4, 2013
0
0

Disabling Knockout Intellisense

VKichline
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 will not be shown in the editor.  Ther...

ASP.NET
Dec 13, 2012
0
0

Knockout Intellisense in ASP.NET and Web Tools 2012.2 RC

VKichline
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-side data binding.  See ...

ASP.NET
Nov 8, 2010
0
0

How to solve JavaScript IntelliSense problems in VS2010

Web Development Tools Microsoft
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 return types 4. Calling web services using AS...

ASP.NET
Feb 8, 2010
0
0

VSDoc for jQuery 1.4.1 Now Available

Web Development Tools Microsoft
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 KingProgram ManagerVisual Studio Web Tools

ASP.NET
Oct 23, 2009
0
0

Visual Studio 2010 Beta 2 – Intellisense Issue in Javascript/HTML.

Web Development Tools Microsoft
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 HKCUSoftwareMicrosoftVisualStudio10.0HTML Ed...

ASP.NET
Oct 6, 2009
0
0

Working with SVG files in Visual Studio and Visual Web Developer

Web Development Tools Microsoft
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 Adobe (although support was discontinued this y...

ASP.NET