"Jump to type declaration" for anonymous types Follow
Hi,
if I have something like:
Foo x = CreateFoo();
where Foo is a class within my current solution, I can hit Ctrl and cli
on Foo to jump to the class declaration.
But if I rewrite this with the 'var' keyword, I loose this functionality.
var x = CreateFoo();
It would be great if you could add this feature.
Kind regards,
Henning Krause
Microsoft MVP Exchange
Please sign in to leave a comment.
Hello Henning,
Already in 4.5
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
HK> Hi,
HK>
HK> if I have something like:
HK>
HK> Foo x = CreateFoo();
HK>
HK> where Foo is a class within my current solution, I can hit Ctrl and
HK> cli on Foo to jump to the class declaration.
HK>
HK> But if I rewrite this with the 'var' keyword, I loose this
HK> functionality.
HK>
HK> var x = CreateFoo();
HK>
HK> It would be great if you could add this feature.
HK>
HK> Kind regards,
HK> Henning Krause
HK> Microsoft MVP Exchange