Auto complete stops working on Node.js projects

守給你的承諾、 提交于 2019-12-06 07:58:57
Zeretil

In Visual Studio:

Click Tools->Options->Text Editor->All Languages->General
Uncheck "Auto list members"
Uncheck "Parameter information"
Check "Auto list members" (yes, the one you just unchecked)
Check "Parameter information" (again, the one you just unchecked)
Click OK

If this doesn't work, here's a few more steps to try:

If still not working, close all windows and reopen
If still not working, close/reopen solution
If still not working, restart VS.

(I haven't yet figured out why more drastic steps are required in some cases.)

Tested in VS 2013
I found this to be much faster than rebooting VS

This is more or less stepping through the instructions in the link provided by T Driver.

Logging possible causes:

Copy/pasting controls on a page. I found that my designer.vb file didn't update from this, either.
Copy/pasting code from another page that caused an error because the code copied referred to a control that wasn't on the page I was pasting to.

(Taken from Tony L.'s answer here)

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