You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
bhsharp
Posted - Nov 15 2015 : 01:17:16 AM Hey, I can't find a way to do this right now so thought I'd ask:
The single most annoying thing to me in my workflow in Visual Studio is that the suggestion dropdown will often come up when I am just navigating around lines with arrow keys fixing things - adding characters to var names I missed, etc.
But I also rely on the suggestion box in other cases - autocompleting function definition parameter lists, choosing members of objects, etc.
Can I make it so I have to hit a specific keystroke to bring up the suggestion box? I really just don't want it up most of the time it currently comes up, but I don't want to shut it off entirely.
This is absolutely my #1 frustration with my workflow in VS right now, certainly the thing that most interrupts my state of flow, so it may seem minor but it's a really big deal to me.
Thanks!!
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Nov 16 2015 : 2:02:39 PM It depends on exactly what you want to keep turned on, and what you want to disable.
I would suggest you start by turning Off:
VA Options -> Suggestions -> Include suggestions in listboxes
since this sounds like it is the source of the suggestions you don't want. For completing function definition parameter lists, are you aware of the Create Implementation and Move Implementation to Source File refactoring commands?