Incomplete list of properties/methods in IntelliSense
问题 I am using VB.NET in Visual Studio Community 2017. I noticed that in some cases the list of available properties and methods for an object is incomplete. One example can be seen here: As depicted, I want to use the RowCount property of the dgv object, that is of type System.Windows.Forms.DataGridView . You can see, that right above it the property is there and working fine, I can just type it by hand. It just takes a second or two, before the background compiler (for lack of better term)