Sign in with
Sign up | Sign in
Your question

Mark, bug with importing namespaces

Tags:
  • Bug
  • Expand
  • Video Games
Last response: in Video Games
Share
Anonymous
April 14, 2005 2:24:50 AM

Archived from groups: rec.games.int-fiction (More info?)

Well, maybe this isn't really a "bug" per se. If I expand a template
that imports a specific namespace but the expansion is in a type
contained within that namespace, it gets added anyway. For example:

using System;

namespace DevExpress.CodeRush.Core
{
public class Test
{
public Test()
{
^
}
}
}

If I expand the "cr." template at the caret in the above code, a
"using DevExpress.CodeRush.Core;" statement will be added to the top
even though it is redundant.


----
Best Regards,
Dustin Campbell
Developer Express Inc.

More about : mark bug importing namespaces

Anonymous
April 14, 2005 4:48:30 AM

Archived from groups: rec.games.int-fiction (More info?)

Ignore post. Wrong newsgroup.
!