How to rebuild VS2010 IDE Intellisense?

前端 未结 6 1285
日久生厌
日久生厌 2020-12-17 21:11

some are working some are not working.

for example,

i did

using System.Web.Security;

MembershipUser myObject = Membership.GetUser();
              


        
6条回答
  •  眼角桃花
    2020-12-17 21:34

    I'm using VS2010 and Project > Rescan Solution seems to do the trick, although it seems to take longer than normal. I suppose it's because it is rebuilding the entire cache, rather than selectively updating parts of it.

    If you're using VsVim or other non-default keybinds, alt+P+S still does the trick.

提交回复
热议问题