Visual Studio 2015 Update 3 – Setup Blocked

You’ve downloaded the offline installer for the Update. This offline installer will update a previous version of Visual studio 2015 to Update 3. Major Visual Studio versions are installed side-by-side. So your 2013 installation will be left untouched by the 2015 update installer You’ll need to download the offline installer of “Visual Studio 2015 with … Read more

Visual Studio editor – extend selection to the next larger code block?

Visual Studio 2017 15.5.2 has this feature built-in after it was first hinted at in a Visual Studio 2017 Preview blog post (see section “Smart Code Editor”). Invoking it can be done by going to Edit > Advanced > Expand Selection or by binding the Edit.ExpandSelection command to ShiftAlt= (actually the default if you start … Read more

Is there a way to increase the popup delay for Intellisense?

Editor › Hover: Delay (editor.hover.delay in settings.json) This is the relevant setting to delay the popup of Intellisense (or other info bubbles) when you hover over something. Editor: Quick Suggestions Delay (editor.quickSuggestionsDelay in settings.json) This setting controls how long it takes to get inline as-you-type suggestions.

tech