Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Friday, 25 January 2013

Disable "Attach Security Warning" in Visual Studio 2010 when attaching debugger

In regedit change the following key from 0 to 1:


HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger\DisableAttachSecurityWarning

The annoying security warning when attaching the debugger

Set the "DisableAttachSecurityWarning" to "1" in the registry database


Thursday, 29 November 2012

jQuery intellisense in Visual Studio 2010

To help you when you develope jQuery based webapplications in Visual Studio, you can get intellisense.

  1. First of all you have to download the a jquery-x.y.z-vsdoc.js file where xyz matches the version of the jquery library you are using in your application.
  2. Put it in the same folder as your jquery library file.
  3. Make sure your jquery library is included in your page with a standard html <script> tag.



Now Visual Studio 2010 automatically activates intellise for your jquery. Neat! :)

See also:
jQuery Intellisense in VS 2008
jQuery VSDoc