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.

Custom Intellisense Extension

I am wanting to write an addition to intellisense in Visual Studio. Is it possible to extend at all, from …

visual-studio intellisense visual-studio-extensions
Intellisense in python tools for visual studio

Sorry if this seems like a noob question but I have never used visual studio. I am trying to use …

python visual-studio-2013 intellisense ptvs
Visual Studio 2010: Editor stops responding to keyboard

I've got this very odd bug that appears to be a quirk in Visual Studio 2010: Sometimes, when moving the cursor …

css visual-studio visual-studio-2010 intellisense
Visual Studio 2010 Intellisense slows down everything

I have the issue with Visual Studio 2010, after a while, running exceptionally slowly and slowing everything else down with it. …

visual-studio visual-studio-2010 intellisense performance lag
How to disable IntelliSense in VS Code for Markdown?

I don't want word completion for Markdown files in Visual Studio Code, how do I disable it? Ideally, for Markdown …

intellisense visual-studio-code
Visual Studio Intellisense not working on XAML only on very specific circumstances

I'm making a new UserControl, and when I opened it the XAML was not working. I thought that this was …

wpf xaml visual-studio-2012 intellisense visual-studio-express
Improving Eclipse autocompletion?

Currently the Eclipse autocompletion seems only to be triggered after a dot or on parameters, I want to use it …

java eclipse autocomplete intellisense
Razor intellisense not working in VS 2015

When I load up my VS2013 projects in 2015, all my razor views are filled with red squiggly underlines. @model, @Scripts @…

razor intellisense visual-studio-2015
Where do you put the function documentation so that it shows up on intellisense?

I'm writing a library and I want to put documentation in my functions so that it will show up in …

c# .net intellisense
Hiding namespaces containing only internal types in a class library?

I have a class library that has a couple of namespaces containing only internal types. However, when using the class …

c# namespaces intellisense hide internal