简体   繁体   中英

Navigate to special line of file in Visual Studio + ReSharper

在VS + ReSharper中有没有办法导航到特殊的行号?

Not sure I understand what you mean, but if you simply want to navigate to a specific line in a file, use Ctrl + g and enter the line number.

This is the same as the Edit -> Go To... menu item.

使用ReSharper 8,您可以只按Ctrl T ,键入类似Foo.cs 20然后转到文件Foo.cs中的第20行。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM