visual-studio Visual Studio 错误列表已隐藏

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1659232/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 11:10:37  来源:igfitidea点击:

Visual Studio Error List is hidden

visual-studiovisual-studio-2008

提问by aaron

I am using Visual studio 2008 and for some reason when I started today my code is not compiling. I am getting the standard 'Build Failed' message but the Error List is not showing. when I select Error List from the View menu nothing happens.

我正在使用 Visual Studio 2008,出于某种原因,当我今天开始时,我的代码没有编译。我收到标准的“构建失败”消息,但未显示错误列表。当我从“视图”菜单中选择“错误列表”时,没有任何反应。

The output window shows up fine and so does the to do window.

输出窗口显示正常,待办事项窗口也显示正常。

Has anyone seen this before?

谁看过这个吗?

采纳答案by Michael Haren

That's a new one for me.

这对我来说是一个新的。

Go to Tools> Import and Export Settingsand export all your settings to a file for safe keeping.

转到Tools>Import and Export Settings并将您的所有设置导出到文件以安全保存。

Then go in there again and reset everything. Report back if that helped. If it did, try importing your settings again to see what happens.

然后再次进入那里并重置所有内容。如果有帮助,请反馈。如果是这样,请尝试再次导入您的设置,看看会发生什么。

回答by Sam Harwell

Window > Reset Window Layout

窗口 > 重置窗口布局

回答by Elnoor

In my case VS2015 was finding errors but wasn't displaying what are the errors, basically Error List tab was empty. But checking Output tab i found errors and clicking on them opened up the file which had errors, also errors started to show up in Error List tab as well afterwards.

在我的情况下,VS2015 正在查找错误但没有显示错误是什么,基本上错误列表选项卡是空的。但是检查输出选项卡我发现了错误并单击它们打开了有错误的文件,之后错误也开始出现在错误列表选项卡中。

回答by Shahar Shokrani

Just Type:

只需输入:

CTRL+\+E

CTRL+\+E

(without the + sign)

(没有+号)