Top "Intellisense" questions

IntelliSense is Microsoft's implementation of automatic [code-completion], best known for its use in the Microsoft Visual Studio integrated development environment.

Brace matching and references highlight suddenly stop working (VS2013)

Visual Studio 2013 brace matching, references highlight, auto detect variable/,methods name changes (need to use Refactor instead), etc... are stopping …

c# visual-studio-2013 intellisense
Visual Studio 2008 - Add Reference

When adding a DLL as a reference to an ASP.Net project, VS2008 adds several files to the bin directory. …

visual-studio-2008 version-control intellisense pdb-files .refresh
Get VS javascript intellisense for js in a different file

So I've defined my 'enum' at the top of my javascript file as so: var loaderOptions = { "SHOW": 0, "CHANGEPAGE": 1, "HIDE": 2 }; I …

javascript visual-studio intellisense
Does Apache Zeppelin have intellisense?

Does Apache Zeppelin have intellisense/auto-completion support in its notebook ui? if so how do I use it? I tried …

intellisense apache-zeppelin
vim omnicomplete vs. vim intellisense

Are Vim OmniComplete and Vim Intellisense mutually exclusive or complementary? I'm a bit confused by conflicting terminology and implementations, such …

c++ intellisense vim omnicomplete
ASP.net controls not found in the code behind when implementing resources

Since we implemented globalization in our ASP.net website, we are getting some intellisense problems. When the resource is added …

asp.net visual-studio-2010 .net-4.0 intellisense globalization
Delphi code completion performance

I have a few large (~600k lines of code) Delphi projects. They include some custom components which our team has …

delphi intellisense code-completion
How do you get JavaScript/jQuery Intellisense Working in Visual Studio 2008?

I thought jQuery Intellisense was supposed to be improved with SP1. I even downloaded an annotated version of jQuery 1.2.6, but …

asp.net javascript jquery visual-studio intellisense
emacs intellisense

I know this has been discussed a lot of times but is there any nice how-to for c/c++ intellisense …

emacs intellisense cscope cedet
How to get VS 2010 to recognize certain CUDA functions

At the moment CUDA already recognizes a key CUDA C/C++ function such as cudaMalloc, cudaFree, cudaEventCreate, etc. It also …

visual-studio-2010 cuda intellisense keyword code-completion