问题标签 [codelens]

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 投票
2 回答
283 浏览

git - 获取方法的作者,例如 codelens


我需要获取方法列表的作者。
我试图通过使用 LibGit2Sharp 将方法名称与补丁内容进行比较来做到这一点,但它太长了,有很多提交。
我想快速完成,有点像代码镜头。
现在我正在尝试通过自己的 VS 插件来获取它,可能有一些更简单的方法。
谢谢。

0 投票
2 回答
133 浏览

visual-studio - Visual Studio 2013 Codelens 只是插入空行

我在 Visual Studio 2013 中遇到 CodeLens 问题。我最近将 Visual Studio 2013 Profession 升级到 Ultimate。我打开了 CodeLens:

代码镜头

但由于某种原因,Visual Studio 只是在“引用”应该去的地方插入一个空行:

在此处输入图像描述

您可以看到第 79 行和第 80 行之间的空白行。它对我打开的任何项目中的每个项目和每个类都执行此操作。

有谁知道这可能是什么原因?

0 投票
5 回答
108787 浏览

c# - 获取 Visual Studio 中的零参考代码列表

在 Visual Studio 2013 中,特殊代码(方法、属性、字段、...)的引用数量由Code Lens显示。我想在 Visual Studio中获得未使用的(零参考)代码。有没有办法得到它们?

我的意思是以下参考:

在此处输入图像描述

0 投票
3 回答
238 浏览

visual-studio-2013 - 代码镜头已启用,但在空白 Visual Studio 2013 中引用

您好,我在 Visual Studio 2013 中启用了 CodeLens,但方法上未显示引用。他们只是显示'-References'

0 投票
1 回答
2225 浏览

c# - 如何在 Visual Studio 2012 中查看 Code Lens?

如何在 Visual Studio 2012 中查看 Code Lens?我不想安装 VS2013。我想查看与 VS2013 相同的类的特定方法有多少引用?

0 投票
0 回答
176 浏览

git - Codelens not working with Git submodules in VS 2013/2015

It seems to me as the Microsoft Git Provider is not working flawlessly. I noticed that I do not get any information on author and changes in Codelens in some of my solution's projects. These projects happen to be git submodules, so I suspect the issue to be centered around that.

Is there some configuration I need to make, in order to get the Microsoft Git Provider to work? Will Codelens work better with another provider (if there even is another usable Git provider for VS 2013/2015)?

0 投票
1 回答
2413 浏览

tfs - CodeLens 只显示参考?

我安装了 Visual Studio 2015 Enterprise RTM,只看到 Code Lens 的“参考”。我们使用 TFS 进行源代码控制。我希望看到来自 TFS 的相关提交。根据这篇文章,我在选项中启用了所有功能:

在此处输入图像描述

这是我在VS中看到的:

在此处输入图像描述

我的 VS 设置有什么问题吗?

0 投票
3 回答
1061 浏览

asp.net - 使用 Typescript 时的 Visual Studio 2015 codelens 问题

我正在使用 Visual Studio 2015 Enterprise RTM。在使用 Web Api 模板创建 ASP.net 4.6 Web 应用程序时,我注意到只要添加一个 TypeScript 文件,codelens 指示器就会停止工作。我在没有安装额外扩展的新安装上对此进行了测试,并尝试了其他 asp.net 4.6 模板。在安全模式下运行时不会出现问题。

重现步骤:

  • 将框架设置为 4.6
  • 使用 Web api 模板创建 Web 应用程序。
  • 将身份验证更改为无身份验证
  • 在 App_Start 中打开 webapiconfig.cs
  • register 方法上的 codelens 指示器应该说:1 参考
  • 在脚本文件夹中添加一个名为 app.ts 的打字稿文件(并不重要),tit 可能保持为空
  • webapiconfig 文件中的 codelens 指示符仍应显示 1 引用
  • 关闭 Visual Studio
  • 重新打开 Visual Studio 并打开解决方案
  • 检查 webapiconfig 文件,codelens 不再显示引用或任何其他文件

关于如何调试 codelens 的任何想法或是否有人也有这个问题?

0 投票
1 回答
2937 浏览

c# - Visual Studio 2015 方法信息

我使用 Visual Studio 2015 RC 有一段时间了,其中一个方便的功能是每个方法/类定义上方的一行文本,其中包含有关方法或类的信息(引用数、最后编辑日期、最后编辑器的名称) .

方法定义

但是我刚刚安装了 Visual Studio 2015 Enterprise,这些信息就消失了。有人知道如何重新启用此功能吗?

0 投票
1 回答
289 浏览

visual-studio-2013 - 是否可以在 Razor Pages 中使用 Codelens?

我想通过 .cshtml 文件中的 codelens 查看“Git 更改”、“作者”和“工作项”。有什么方法可以启用它们吗?设置没有帮助。