VS2013 intellisense code completion

时光怂恿深爱的人放手 提交于 2019-11-28 18:47:27

When intellisense is displayed is a language specific setting. If you're asking about c# then you want to check the following

  • Tools -> Options
  • Text Editor -> C# -> Intellisense
  • Ensure "Show completion list after a character is typed" is checked

If you're using a different language please update the question and I'll try to point you in the right direction

Be sure that your IntelliSense is activated

Tools > Options > Text Editor > C# > Statement completion

Then, be sure Auto list members is checked and Parameter Information.

This happened after uninstalling Resharper 8.x (I don't see the point given VS 2013's advances), so I'd chalk this to an unclean resharper uninstall.

The solution is very quick though:

  • Open VS2013
  • Tools -> Import and Export settings
  • Reset all settings
  • Visual C#

TOOLS->Import and Export Settings Wizard->Reset all settings->select “No, just reset settings, overwriting my current settings”->Choose a Default Collection of settings. Check it again.

If none of the above suggestions work, check if you have an extension Web Essentials installed. Try removing it (and install again). Web Essentials has caused my intellisense to stop working multiple times and a simple re-install always fixes the issue for me.

This happened to me after uninstalling Resharper 8.x

Solution:

Tools -> Options Text Editor -> C# -> Intellisense Ensure "Show completion list after a character is typed" is *un*checked

Tools -> Options Text Editor -> C# -> Intellisense Ensure "Show completion list after a character is typed" is checked

lotomax

Do not need reset all settings. I had a same problem but i' ve have just solved it.

  1. Run resharper.setup.exe
  2. do not click uninstall or repair. just click reinstall it
  3. after installation it will be ok

good luck:)

Here's what worked for me (using Visual Studio 2013 w/ ReSharper 8.0.2):

  1. Tools->Options->ReSharper
  2. Click "Suspend Now"
  3. Click "Resume Now"
Viết Nguyên Nguyễn

1: Try to use ReSharper 8.0.2 Best Code analysic, completion tool

2: Tools > Options > Text Editor > All Language > Make Check on Auto List members

Method 1

  1. List item
  2. Tools -> Options
  3. Text Editor -> C# -> Intellisense
  4. Ensure "Show completion list after a character is typed" is checked

Method 2(for me after uninstall resharper)

  1. List item
  2. Open VS2013
  3. Tools -> Import and Export settings
  4. Reset all settings
  5. General/Your prefer language(like Visual C#)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!