Visual Studio 2015 IntelliSense not displaying all methods

僤鯓⒐⒋嵵緔 提交于 2019-12-01 08:21:42

I have the exact same problem and opened a support incident with Microsoft. They have verified per their answer below, that this is a bug with VS 2015 Update-1. We have a few computers running with just VS 2015(no update 1) that work just fine. I will pass along any further information that I receive from Microsoft.

Response from Microsoft:

"Yes this happens only with Visual Studio 2015 update1. It seems to be a bug in VS2015 Update1, I am discussing with product team to fix this issue.

If you just avoid using default instance of forms. Creating a form instance, storing it in a local variable or field, and passing those references around is easy enough. It's also a much better practice that will make your code stronger overall.

Dim f As New Form2

f.TextBox1.Text = "Hi"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!