Attributes cause ReSharper to misbehave
If I begin a method signature with an attribute, ReSharper is suggesting
names of namespaces and classes in place of public, private, protected,
internal. As an example, I begin by typing this:
p
This should bring up intellisense containing public and protected, but
instead I'm namespace and class names.
I haven't installed 3.0.2 yet and will probably get around to the update
later tonight.
Please sign in to leave a comment.
Hello Lothan,
This is a known problem, you can watch it here:
http://jetbrains.net/jira/browse/RSRP-43504
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
L> If I begin a method signature with an attribute, ReSharper is
L> suggesting names of namespaces and classes in place of public,
L> private, protected, internal. As an example, I begin by typing this:
L>
L>
L> p
L> This should bring up intellisense containing public and protected,
L> but instead I'm namespace and class names.
L>
L> I haven't installed 3.0.2 yet and will probably get around to the
L> update later tonight.
L>