Visual Studio 2015 / VB.NET Intellisense not showing EVERY methods/variables

空扰寡人 提交于 2019-12-24 00:36:09

问题


First time for me here !

I have an issue with Visual Studio 2015 Enterprise. When, for exemple I enter the line for a form :

WaitingTickets.(list of methods/properties)

Missing Stuff

I get some, but not all. For exemple, it doesn't show WaitingTickets.Show() in the list.

Same with public variables, the list doesn't show public variables between forms.

The fun thing is, on one computer it work perfectly, and on this one it doesn't. No modification where done.

I tried the resetsettings, resetuserdata, remove .vs in project. No luck.

So if anyone have an idea !

来源:https://stackoverflow.com/questions/34353411/visual-studio-2015-vb-net-intellisense-not-showing-every-methods-variables

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