问题标签 [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.
visual-studio - Visual Studio 2017 Enterprise xUnit 未显示用于测试的 CodeLens
我有 VS2017 Enterprise,我开发 .NET Core 应用程序并使用 xUnit 进行测试。但我没有看到为我的任何测试启用 CodeLens。我检查了 CodeLens 设置,一切都打开了。这是一个已知问题还是我错过了什么?
c# - VS2017 Pro 打开解决方案上的“Codelens 服务器返回禁止 (403) for C:\....aspx.cs”
我有 Visual Studio 2017 Professional 并且所有 CodeLens 选项都已打开。当我打开我们的一个解决方案(链接到 TFS 2010 源代码管理)时,我在“源代码管理 - Team Foundation”输出窗格中收到上述错误(完全指定了文件名)。我已经尝试以管理员身份显式运行 VS2017,没有任何变化。
这有什么需要担心的吗?如果是这样,我该如何解决?
visual-studio-code - 有没有办法增加 VS Code 中的 CodeLens 缓存或持久性?
在 VS Code 中,如果我在多个选项卡之间快速切换,用于引用的 CodeLens 会消失并每次都重新加载,这既烦人又不和谐。
有没有办法增加 CodeLens 注释的缓存或持久性,例如,所有打开的选项卡不会每次都重新加载和重排?
c# - 自定义事件处理程序在 CodeLens 中显示“0 引用”
我在我的 WPF 项目中创建了一个自定义UserControl
,其中包含一些自定义事件。这些事件没有任何问题,但有一个小问题。在我的 VS 2015 中,控件事件处理程序在父窗口下显示“0 引用”(CodeLens - 这是 VS 2013-15 的功能),即使它们与 .xaml 文件中的控件挂钩。通常 VS 2015 会在鼠标点击时显示计数和所有引用(请参见下图)。
在屏幕截图中,resultActionView是我的用户控件。如您所见,控件的事件显示“0 引用”,这是不正确的。是否有一些属性需要添加到事件处理程序中,或者我缺少什么?
中的事件处理程序声明示例UserControl
:
有谁知道为什么用户控件事件处理程序显示“0 引用”?
unit-testing - Resharper Unit Tests do not interact with Code Lens
Is there a way to let ReSharper have an effect to the Code Lens Part for the executed tests? So, i want my tests that got executed by a resharper unit test session, to show the state in the unittest part of code lens.
Im using VS2015 Enterprise and ReSharper Ultimate v.2017.2
Any help is appreciated, maybe it isn't possible or im just blind and there is some option to set somewhere.