Visual Studio 问题:如何以编程方式转到特定文件路径和行号?
在 Visual Studio 输出窗口中,您可以双击包含文件路径和行号的行,它会自动将您带到该位置。在我的程序中,我需要模仿这种行为,并且能够单击某些内容(例如按钮)并转到我告诉它转到的特定文件和行号。任何帮助/建议将不胜感激。
我正在使用 C# 工作。
In the Visual Studio output window, you can double click a line that contains a file path and line number and it automatically takes you to that location. In my program, I need to mimic this behavior and be able to click something (a button for example) and do go to a specific file and line number that I tell it to go to. Any help/suggestions would be appreciated.
I am working in C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编写一个宏(工具/宏/宏 IDE)来执行此操作。以下命令将选择特定文件并转到给定的行号。
You can write a macro (Tools/Macros/Macros IDE) to do this. The following commands will select a specific file and go to the given line number.