简体   繁体   中英

Visual Studio 2015 / Visual Assist autocomplete behaviour

When I type a word eg "cat", and then start typing another word at the start "ccat" and then use autocomplete (press enter with a suggestion selected, eg "cout"), the entire first word will be replaced, so I end up with just "cout".

This is not ok. How do I make it stop?

(I would like to end up with "coutcat" instead.)

I'm not sure whether Visual Studio or Visual Assist are responsible for this (it seems to happen with Visual Assist disabled too, but only sometimes?? oO ).

That might be the result of Visual Assist completion behavior.

Try changing the CompletionOverwriteBehavior setting in the registry for Visual Assist to 01 .

See http://docs.wholetomato.com/default.asp?W640

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