问题标签 [visual-studio-2012]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
24590 浏览

visual-studio-2010 - Visual Studio 更改日期和时间格式

在 Visual Studio 2005/2008/2010/1012/2013 中工作时,日期和时间以 mm/dd/yyyy hh:MM:ss 格式显示。有没有办法将其更改为与计算机相同的设置?

我感兴趣的显示日期在 Watch 窗口中。我的系统不是英文的,但 Visual Studio 2005 安装是英文的。所以即使我有不同的日期格式,这个设置也不会影响 VS。

工具提示 快速手表 1 快看 2

电脑时钟

电脑设置

0 投票
7 回答
58511 浏览

visual-studio - 缺少类名和方法名下拉列表(Visual Studio 设置)

有谁知道如何再次获取我的类名和方法名下拉列表?它是通常在代码上方的下拉列表。这只是一个设置,但我似乎无法找到它。我不想重置我的设置顺便说一句。我不应该这样做。

0 投票
4 回答
1830 浏览

asp.net - Global.asax 模板在 Visual Studio 中不可用

当我尝试向我的 Web 项目“添加新项目”时(通过右键单击,添加新项目) - 它没有模板。问题可能是什么?我正在使用VS2008。

附加信息:
当我右键单击解决方案和“添加”、“新网站”时 - 我有零个模板可供选择。
我试过运行devenv /installvstemplates,这个模板框还是空的。

我在以下目录中只有三个模板。
有没有什么地方可以手动复制其他模板?

C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\Web\CSharp\1033

0 投票
1 回答
8004 浏览

visual-studio-2010 - 在没有扩展管理器的情况下卸载 VS2010 扩展

没有扩展管理器有什么方法可以正确卸载 VS2010 扩展?我找不到 .vsix 文件的任何特殊命令行参数,并认为仅从 Visual Studio 的特殊位置删除所有文件不是正确的解决方案。

0 投票
4 回答
1908 浏览

visual-studio - Comment reflower for Visual Studio

Is there a built-in command or tool that can reflow C# comments in Visual Studio?

Sometimes, a section of code requires several lines of comments, and after extensive editing you have to manually insert the line breaks in the appropriately places so that it does not flow past the right edge of your editor window. I'd like to be able to do this with a single key command.

After many years of using Visual Studio I still miss the ability to M-q (c-fill-paragraph) in emacs.

Edit: The Agent Smith plugin does not reflow comments in the method body.

0 投票
22 回答
478826 浏览

git - .gitignore for Visual Studio Projects and Solutions

Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects?

0 投票
36 回答
340690 浏览

asp.net - 错误:allowDefinition='MachineToApplication' 超出应用程序级别

我已经在 ASP.Net 中下载了在线项目。运行应用程序时出现错误

在应用程序级别之外使用注册为 allowDefinition='MachineToApplication' 的部分是错误的。此错误可能是由未在 IIS 中配置为应用程序的虚拟目录引起的。

我应该在 web.config 或其他地方进行哪些更改才能使其正常工作?

0 投票
3 回答
20708 浏览

.net - 如何为所有发布版本关闭 pdb 生成和 vshost

每次我启动一个新软件时,我都必须进入配置并关闭 pdb 文件生成和发布版本的 Visual Studio 托管过程。有没有办法告诉 Visual Studio(特别是 2008 年)我想在剩下的时间里对所有项目都这样做?

0 投票
4 回答
18891 浏览

visual-studio-2010 - VS2010 将代码窗口停靠在错误的位置

当我在 VS2010 中双击错误列表或查找结果列表中的条目时,它将新打开的源代码文件停靠在我所有其他源文件所在的大窗口中,但在底部的小窄窗口中错误列表等

我怎样才能让它默认与其他人一起放置?

如果我在解决方案资源管理器中双击一个项目,它会将它放在正确的位置

0 投票
10 回答
65065 浏览

.net - 在 Visual Studio 解决方案中更改我所有项目的目标框架

我需要更改所有项目的目标框架。我有数百个项目的许多解决方案。

这里有什么新东西,还是我必须更改每个项目?