intellisense

Long load time in Visual Studio for Large Project

Is there a way to turn off intellisense in Visual Studio 2008? I know about deleting a DLL to turn off intellisense in C++, but that doesn't work for C#. I also know about the preferences but that just turns off the visual display. I want to turn off ALL of intellisense so it does not scan my code at all. Update 10/14/09: Eric was ki...

Visual Studio 2008 intellisense gone...

Hi, I'm using vs2008, asp.net website. Having all sorts of issues with vs2008, latest is that I have no intellisense.. none at all. Also, the 2 dropdowns at the top of my .aspx and .aspx.vb pages (i.e. in VS code view) have also gone (so I've lost the shortcut to add a page_load snippet, etc.. why oh why could this be happening? 'buil...

Is there VS intellisense for Umbraco XSLT extensions?

Is it possible to get in Visual Studio code intellisense into XSLT extension functions. For example when I write: <xsl:value-of select="umbraco. I would get a list of all functions/methods available under "umbraco."? ...

visual studio copy to clipboard IDE freezes

this is really frustrating me. this problem occurs when I have a particularly large .cs file (one i'm working on at the moment has 6000 lines and many anonymous types). I will copy a line or a part of text, and sometimes after copying several things to the clipboard, or sometimes even after the first copy, vs CPU usage shoots up to 50% ...

Intellisense shows boost::boost::boost::boost::boost::boost::classname....... why?

I have some C++ code, and for some reason, for a couple of classes, they show up as boost::boost::boost::boost::boost::classname in the Visual Studio browser. The classes themselves are not in the boost namespace. There's no problem compiling the code. I've output the preprocessed version of the .cpp file, and I can't see anything fun...

Visual Studio JavaScript Intellisense doesn't show tooltip

Yet another problem. I wrote a simple function which I commented, but tooltip with function summary doesn't appear when I highlight it in Intellisense dropdown. However, if I add reference to this js file from another file, I see the sample function there, but again, not the summary tooltip. Any ideas? I run VS 2008, with SP1, and the...

Are there any free solutions that provide intellisense for JavaScript?

Are there any free editors that come with auto-complete / intellisense for JavaScript programming? As I try and do more complicated JavaScript programming I find my lack of ide/intellisense/compiler to really be a source of frustration. Any JavaScript environment tips? ...

no intellisense for controls in Adobe Flash CS 4 Professional

i don't have intellisense when writing AS3 script in flash cs4, and it's only for the controls anybody knows how to enable it ? ...

visual studio 2010 beta 2, javascript/jquery intellisense not working

has anyone experienced a similar problem? ive recently upgraded my solution to 2010 beta 2 and now i have lost javascript/jquery intellisense support, it worked fine with visual studio 2008! thank you Raj. ...

Is there a way to make context-sensitive autocomplete for C++ in VIM?

Possible Duplicates: Autocompletion in Vim Vim, Python, and Django autocompletion (pysmell?) I don't know if that's the right word for it. When I use Ctrl+n in VIM to use autocomplete it doesn't do a very smart job of suggesting member functions or variables or what-have-you. Visual studio's intellisense makes suggestions that...

Intellisense broken after installing CodeRush Devexpress

I've recently installed CodeRush Devexpress, and now VS intellisense doesn't appear whilst I'm typing. Syntax highlighting also seems to be a little bit screwed, but my main worry is intellisense. Any suggestions for getting Intellisense back without doing an uninstall of CodeRush? Update: In the end, I uninstalled CodeRush, uncheck...

No ASP.NET control intellisense in Win2K8 server (not R2) x64, VS2008 SP1

This is a new install of Visual Studio 2008 SP1 on Windows 2008 (original) SP1. I have opened up projects I have previously had intellisense in in VS2008 on different machines, but I don't get intellisense for any asp: server control. I have intellisense for HTML markup, and I have it for the vsdoc version of jQuery on the same page th...

VS2008 SP1 Lost Javascript Colorization and Intellisense

Hi everyone, I'm hoping this is a simple fix. I'm using Visual Studio 2008 and recently had to install SQL Server 2008 enterprise edition on my local computer. One requirement was that Visual Studio 2008 SP1 needed to be installed, so I installed it. After that, SQL server installed just fine and I can now use it. However, now, I seem t...

emacs completions or IntelliSense the same as on Visual Studio

emacs 22.2.1 on Linux I am doing some C/C++ programming using emacs. I am wondering does emacs support completions (IntelliSense in Visual Studio). For example when filling structures I would like to see the list of members when I type the dot operator or arrow operator. The same would go for function signatures that give me the types...

Does vim provide tiered intellisense support through phpdoc?

The one thing I really miss in vim is a tiered intellisense support, just like we have one in PHP Eclipse. For example: /** * Get the config object * * @return Config */ public function getConfig() { return $this->_config; } I find this explicit return type setting very useful and time saving feature. Do we have something si...

Why does the compiler find this ambiguous?

In my base class I have a generic method (ideally this would be a property, but you can't have generic properties) and a non-generic property, both with the same name: protected static T CurrentUserId<T>() { ... } protected static string CurrentUserId { get { ... } } However, when I come to use either of them ...

asp.net intellisense inside script tag <%

in a web form I'm trying to get intellisense within a script tag BUT within some inline .net code Running vstudio 2008 / c# / .net 3.5 / vista <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="WebUserControl1.ascx.cs" Inherits="adazzle.mediaApp.adazzleMediaAppWeb.controls.WebUserControl1" %> <%@ Register src="utils/popup.asc...

Disable Intellisense in Blend 3

We are currently building a WPF solution in Blend 3 and Intellisense is extremely slow. Visual Studio 2008 and 2010 beta 2 do not have any problems, Blend 2 did not have any issues either. How would it be possible to disable Intellisense in the XAML editor. Many Thanks, KShaban ...

No intellisense in XAML

I'm no longer getting intellisense in my XAML. Not too long ago, I changed some settings within VS 2008. I believe one of them had to do with auto-loading the toolbox. Secondly, I changed the default XAML editor to the XML editor instead of the designer. Visual Studio was just acting too slow and this seemed to fix my problems. Now,...

Visual studio (2008) integration - intellisense and colourizer

Hi Guys, So I'm now about to look at getting visual studio integration working for our port of the Less ruby library: www.dotlesscss.com. This is basically a CSS preprocessor that extends on the CSS language to give you variables, mixins, nested rules etc... What we want is to have our .Less file type take advantage of VS's intelligen...