How to rebuild VS2010 IDE Intellisense?

前端 未结 6 1242
日久生厌
日久生厌 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:38

    I'm using VS2005, but, I found that, in order convince it to build intellisense for boost, I had to specify the explicit path to the boost includes - shades of 1988! A relative path did not work. Dunno how this is going to affect the team, might try the environment variable trick to see if that's a workaround this poor indexing implementation.

    https://social.msdn.microsoft.com/forums/en-US/fa8277f9-ecf0-40a6-8e0e-118e4615d5bc/intellisense-and-nonstandard-directories

提交回复
热议问题