Evaluate expressions during debugging in Visual Studio
I have the exact same issue.
After researching I found the closest thing is Immediate Window
which give you some intelligence while typing.
The Visual Studio debugger includes expression evaluators that work when you enter an expression in the QuickWatch dialog box, Watch window, or Immediate window. The expression evaluators are also work in the Breakpoints window and many other places in the debugger.
Here's a link