Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It may be that some of the settings are disabled in visual studio. Check the following settings:</p> <pre><code>Tools-&gt;Options-&gt;Text Editor-&gt;C#-&gt;General-&gt;Auto list members Tools-&gt;Options-&gt;Text Editor-&gt;C#-&gt;General-&gt;Parameter information </code></pre> <p>EDIT:</p> <p>Also check </p> <pre><code>Tools-&gt;Options-&gt;Text Editor-&gt;C#-&gt;Intellisense-&gt; Show completion list after a character is typed </code></pre> <p>Here is an <a href="http://weblogs.asp.net/scottgu/archive/2010/02/26/no-intellisense-with-vs-2010-rc-and-how-to-fix-it.aspx">article on ScottGu's blog</a> which can be helpful:D</p> <p>Second EDIT:</p> <p>There is one more article on ScottGu's blog titled <a href="http://weblogs.asp.net/scottgu/archive/2010/02/11/intellisense-crashing-fix-for-vs-2010.aspx">No Intellisense with VS 2010 RC (and how to fix it)</a>. Let me know if that helps. The <a href="http://weblogs.asp.net/scottgu/archive/2010/02/15/patch-for-vs-2010-rc-intellisense-crash-issue-now-available.aspx">patch is available here</a>.</p> <p>Third Edit:</p> <pre><code>Tools –&gt; Import and Export Settings -&gt; Reset all Settings </code></pre> <p>You can backup the old settings if you want. This <a href="http://blog.jongallant.com/2012/07/intellisense-visual-studio-2012.html#.UCz8BN2PV0o">solution</a> is for visual studio 2012. I believe this should work</p> <p>Fourth Edit: Instead of changing it for only C#, change it for all the languages</p> <pre><code>Tools &gt; Options &gt; Text Editor &gt; All Languages </code></pre> <p>In general, ensure that the checkboxes in the Statement Completion section are actively checked (not grayed out). There is a possibility of having a blue square rather than a tick mark. As the tick boxes are 3 state, the square meant that "Partial Selection" was in effect. Once the tick mark is in effect, restart Visual Studio and try it again.</p> <p>Final Edit:</p> <p>Looks like the installation is missing some files. I would advise you to download a fresh copy of the software and install it from scratch, with the default settings active.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload