简体   繁体   中英

Visual Studio doesn't autocomplete

Using c#

My Visual Studio suddenly stopped autocompleting me while I write. for clarification, it does show me the normal completion options but it doesn't highlight the best one, meaning I can't just click enter and it will complete for the best match.

example: when I write "flo", it suggests "float" but I can't just click enter and it will auto-complete.

any suggestions?

example: when I write "flo", it suggests "float" but I can't just click enter and it will auto-complete.

It sounds like you want the other Intellisense mode, the option is called "toggle IntelliSense suggestion/completion mode" and in the C# configuration the shortcut is Ctrl+Alt+Space:

在此处输入图像描述

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