本文介绍了智能感知和代码建议在 Visual Studio 2012 Ultimate RC 中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚下载并安装了 Visual Studio 2012 Ultimate RC,但我的智能感知有问题:它在我按下 + 之前不起作用.代码建议也被禁用(例如方法参数).

I have just downloaded and installed Visual Studio 2012 Ultimate RC, but I'm having an issue with the intellisense: it does not work until I press +. Code suggestions are disabled also (method parameters for example).

我认为问题出在 VS 安装上,因为在该过程结束时会显示以下消息:事件日志文件已满".

I think the problem is with the VS installation, because at the end of the process the following message is shown: "The event log file is full".

为什么我会遇到这个问题,我该如何解决?

Why do I have this problem, and what can I do to fix it?

推荐答案

转到

工具->选项->文本编辑器->C#(或所有语言)->常规

并在右侧窗格中启用Auto List MembersParameter Information.

and enable Auto List Members and Parameter Information in right hand side pane.

这篇关于智能感知和代码建议在 Visual Studio 2012 Ultimate RC 中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-04 07:52