IntelliSense is Microsoft's implementation of automatic [code-completion], best known for its use in the Microsoft Visual Studio integrated development environment.
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-extensionsSorry if this seems like a noob question but I have never used visual studio. I am trying to use …
python visual-studio-2013 intellisense ptvsI'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 intellisenseI 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 lagI don't want word completion for Markdown files in Visual Studio Code, how do I disable it? Ideally, for Markdown …
intellisense visual-studio-codeI'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-expressCurrently the Eclipse autocompletion seems only to be triggered after a dot or on parameters, I want to use it …
java eclipse autocomplete intellisenseWhen I load up my VS2013 projects in 2015, all my razor views are filled with red squiggly underlines. @model, @Scripts @…
razor intellisense visual-studio-2015I'm writing a library and I want to put documentation in my functions so that it will show up in …
c# .net intellisenseI have a class library that has a couple of namespaces containing only internal types. However, when using the class …
c# namespaces intellisense hide internal