Command" File.AddexistingItem"无效

时间:2017-09-18 13:19:30

标签: visual-studio visual-studio-2015

我很好奇为什么这个命令不起作用?

File.AddExistingItem

因为它在MSDN库中有说明,它有自己的章节! https://msdn.microsoft.com/en-us/library/6h4c0t7y.aspx

我正在使用VS2015
1.通过View-> Other Window->命令窗口打开IDE的命令窗口 (或简单地通过快捷键: CTRL + ALT + A
2.输入File.AddExistingItem Whatever_Valid_CSHARP_Filepath no auto-completion
(如您所见,File.AddExistingItem没有自动完成)

3.It出来"Command "File.AddexistingItem" is not valid." 但类似的命令File.AddExistingProject可以添加* .csproj using File.AddExistingProject works, and no "Command xxx is not valid" coming out
(使用File.AddExistingProject工作,没有"命令xxx无效"出来)

有谁知道它为什么不起作用? 我该如何解决?如果可能的话。

1 个答案:

答案 0 :(得分:0)

我向Microsoft开发者社区(也称为用户语音)添加了有关此问题的错误报告

https://developercommunity.visualstudio.com/content/problem/536640/fileaddexistingitem-does-not-appear-visual-studio.html