简体   繁体   中英

Visual Studio 2019 Watch Window: IntelliSense Completion

The expected behavior when pressing enter on an IntelliSense suggestion in the Watch Window would be that the selected item is filled in and that I can continue typing .

Instead, the selection is filled in and then immediately executed so that I have to re-select the entry field each time.

This is obviously just a minor nuisance, but it would be great if someone knew how to change this behavior (or at least provide a shortcut that only enters the suggestion without immediately executing).

I agreed with Camilo and thanks for his help. To help improve this issue and help other community members handle and search similar issues, I have added an answer here:

Answer

Actually , how to invoke Intellisense on Watch Window is quite different from the Code Editor. And Enter key under watch window is for executing the detection of the input content. Every time you click the enter key on the watch window, it will monitor the values that have been entered.

Suggestion

So if you want to continue the pop-up suggestions for certain content on the Watch Window , you should use Tab key.

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