When writing c# code in a view, the intellisense pops up and disappears after a second.
For example I am trying to use the Html.DropDownFor
function, the intellisense shows up when I start typing the 'Html' part, but quickly disappears before I can even select anything.
Is there anything I can do about it?
Edit: I noticed the intellisense is working when first starting visual studio, but then it starts flickering after I alt+tab into another program and return to visual studio in any way. The issue sticks permanently after.
Edit: This seems to have been fixed in Visual Studio 2017.