Makefile C project Enable auto-complete Intellisense
I love the new auto-suugest style list box intellisense of orcas. But I work on some legacy c projects and use an external compiler and makefile as my project type. I added my source code directory to the visual Studio Source directories (under tools -> options -> projects & solutions), deleted and rebuild the intellisense database. So now I can as i used to do in VS 2003 I am able to use ctrl+space to expand variable names. But what I would like is an auto suggest style listbox for my variable names and I know orcas supports this but I dont know how to enable this for makefile projcets. Thanks.

