Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 RC intellisense does not display parameter list

I have been using Visual Studio 2015 since CTP 6 and I have noticed that the IDE does not show the parameter list when I type the opening parenthesis "(".

This is what I am expecting to see:

enter image description here

In the screenshot above you see the the Create method has two overloads and this displays when I type the open parenthesis. But in Visual Studio CTP 6 and RC, nothing happens. I cannot see the overloads or the parameter list.

Is this a bug? Is there anyway to fix this issue?

like image 606
dannie.f Avatar asked Jun 04 '15 15:06

dannie.f


People also ask

How do I enable IntelliSense in Visual Studio 2015?

I would try: In Visual Studio 2015, go to 'Tools | Options | Text Editor | C# | General both "Auto list members" and "Parameter information" should be checked. If that doesn't work I would try to disable ReSharper in VS2013 and try to get the normal intellisense working.

Why is my IntelliSense not working in Visual Studio?

Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.

How do I show parameters in Visual Studio?

To access this feature, you will need to turn this option on in Tools > Options > Text Editor > C# or Basic > Advanced and select Display inline parameter name hints (experimental).

How do I refresh IntelliSense in Visual Studio?

In Visual Studio 2022, open Tools -> Options -> [type in "database" in the search box] -> Text Editor -> C/C++ -> Advanced -> Recreate Database = TRUE, and then reopen the solution. This also worked in Visual Studio 2019.


2 Answers

Here's the answer: Go to Tools, Options, Text Editor, All Languages, General. Then check the following options (override 'mixed' check): - Auto list members - Parameter information

like image 110
Anthony Sneed Avatar answered Oct 12 '22 13:10

Anthony Sneed


In my case it was just a bug. I restarted Visual Studio and the issue disappeared.

like image 24
Anatolii Humennyi Avatar answered Oct 12 '22 11:10

Anatolii Humennyi