visual studio - Resharper 10 autocomplete takes a fraction of a second to display after I finish typing - how do I make it instant? -


say example assigning value boolean variable. start typing 'fa' , hit return, , visual studio fills out 'false' - not need wait intellisense popup window.

in resharper, autocomplete suggestions window takes split second appear. can't hit 'return' after type 'fa'. inserts new line.

it doesn't sound huge issue coming built in intellisense annoying.

is there way make 'return' function default intellisense?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -