Namespace Alias Qualifier shows as error!
At my current company they make extensive use of namespace alias qualifiers,
like this:
using CL = Company.Library;
...
var result = CL::SomeMethod();
But resharper hightlites the SomeMethod above as a syntax error (red), but the project compiles and runs fine, am i doing something wrong or is this an bug?
Regards,
Graeme.
Please sign in to leave a comment.
This must have been fixed in the upcoming 4.5 release
--
Eugene Pasynkov
ReSharper Technical Lead
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Graeme" <no_reply@jetbrains.com> wrote in message
news:28594979.119651226492613133.JavaMail.jive@app4.labs.intellij.net...
>
>
>
>
>
>
When?
Cheers,
G.
As soon as it will be ready :)
--
Eugene Pasynkov
ReSharper Technical Lead
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Graeme" <no_reply@jetbrains.com> wrote in message
news:16160568.122501226506050723.JavaMail.jive@app4.labs.intellij.net...
>
Hi,
we have the same issue, it's not fixed in 4.5?