QuickFix "Create class" not displayed
Hi,
I'm running latest build (1206.14).
When I add this to a class;
public Foo MyFoo { get; set; }
where Foo is a class that does not yet exist, I get a quick-fix on "Foo"
that allows me to quickly create a class.
But when I have this declaration:
public Foo Foo { get; set; }
I don't get that option. Can this be fixed for 4.5?
Kind regards,
Henning Krause
Please sign in to leave a comment.