What keyword in LINQPad like Visual Studio Navigate Backward /Forward?
Options
Will LINQPad support VS Navigate Backward /Forward?
It's very powerful tool for devloper.
Like:
Comments
-
Navigate back is supported (Ctrl+-)
LINQPad also supports Ctrl+Shift+Backspace to jump to the last modification position (same as VS).
-
@JoeAlbahari thanks!