简体   繁体   English

是否存在用于在Visual Studio中查看导航历史记录的扩展程序?

[英]Is there extension for viewing navigation history in Visual studio?

Is there extension, that will remember all visited files, and show it? 是否有扩展名,可以记住所有访问过的文件并显示出来? Visited positions also would be great. 拜访职位也很棒。

For example: 例如:

  1. I opened MyFile1.cs. 我打开了MyFile1.cs。 Extension remembered this. 扩展记住了这一点。
  2. I navigated to function HelloThere() in this file, extension remebered. 我导航到该文件中的函数HelloThere(),扩展名经过修改。
  3. I navigated to line in function Foo() in this file, extnsion remebered. 我导航到此文件中的函数Foo()中的行,对扩展进行了重新标记。
  4. I opened file MyFile2.cs... 我打开文件MyFile2.cs ...

Then, I open some panel, and all visited files and positions are shown like history in the browser: 然后,我打开一个面板,所有访问的文件和位置在浏览器中都显示为历史记录:

15:25 MyFile2.cs
15:24 MyFile1.cs:HelloThere()
15:23 MyFile1.cs:Foo()
15:23 MyFile1.cs

I tried to find, nothing found. 试图找到,没有发现。 There is Ctrl+"-" combination to go back, but it is too tiny. 有Ctrl +“-”组合可以返回,但是它太小了。 I need something like this, but more powerfull. 我需要这样的东西,但功能更强大。

If you click on the little down arrow by the back button, the history that it'll go through is listed: 如果单击“后退”按钮旁边的向下小箭头,则会列出它将经历的历史记录:

后退按钮图片

I dont know if this can help you, but, there is a way for your Scroll Bar shows all of the changes of files. 我不知道这是否可以帮助您,但是,滚动条有一种方法可以显示文件的所有更改。

To enable (using VS 2015 comunity): 启用(使用VS 2015社区): 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Visual Studio中按字符串导航到文件的扩展 - Extension for navigation to file by string in Visual Studio 创建 Visual Studio 扩展以将项目添加到 Git 历史记录页面 - Create Visual Studio extension to add item to Git History page Visual Studio 扩展 - 获取对 Git 历史记录中当前选定项目的引用 - Visual Studio extension - get reference to currently selected item in Git history 是否有扩展点来操纵Visual Studio导航栏? - Is there any extension point to manipulate Visual Studio Navigation Bar? 在Visual Studio中查看Visual SourceSafe日志 - Viewing the Visual SourceSafe log inside Visual Studio 创建Visual Studio扩展时如何在“源代码管理历史记录”窗口中获取选定的项目? - How to get the selected items on Source Control History window when creating a Visual Studio Extension? 在Visual Studio中查看Google测试结果 - Viewing Google Test results within Visual Studio 查看变量时Visual Studio调试程序崩溃 - Visual Studio debugger crashes when viewing a variable 在Visual Studio中查看进程命令行参数 - Viewing process command line arguments in visual studio 在 Visual Studio 2017 中查看源代码资源管理器 - Viewing Source Code Explorer in Visual Studio 2017
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM