Intellisense for Visual Studio on variables defined as "var" that are collections -


i installed visual studio 2010 on new computer , having problems intellisense. seems "var" variables not working intellisense, if define (string, int, objectname or whatever), works fine.

when mouseover defined variable, tool tip says:

var user = dataaccess.user.get(userid);  mouseover tooltip =>  (local variable) var user 

again, if explicitly define is, it's fine.

dataaccess.user user = dataaccess.user.get(userid);  mouseover tooltip =>  (local variable) dataaccess.user user 

i'm @ loss know this.

note dataaccess own project, may cross-project issue.

note appears issue on collections (iqueryables, etc.)

does happens variables? , in project?.. not sure if you'll try installing "resharper" program detect errors code , manage personalize intellisense


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -