Nope, my solution only contains the (full) .NET Framework projects and they don't have any relationships. For the Shelf class, it exists in same Windows Forms project with the source code I was opening.
IR> Nope, my solution only contains the (full) .NET Framework projects IR> and they don't have any relationships. For the Shelf class, it IR> exists in same Windows Forms project with the source code I was IR> opening. IR>
IMO, it's a R# bug for sure. If you check the intellisense list, you will see that there 3 items for Shelf: one for the Shelf alias and other two for the Shelf class. And if you name the alias difference with the class name, there are only 2 items: one for the alias and the other for the class.
IR> Hello Ilya, IR> IR> IMO, it's a R# bug for sure. If you check the intellisense list, you IR> will see that there 3 items for Shelf: one for the Shelf alias and IR> other two for the Shelf class. IR> IR> Anyway I filed this bug here IR> http://www.jetbrains.net/jira/browse/RSRP-72611 IR>
Does your solution contains mixed full/comapct framework projects?
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"t800t8" <no_reply@jetbrains.com> wrote in message
news:11237343.16431213162356165.JavaMail.jive@app4.labs.intellij.net...
Nope, my solution only contains the (full) .NET Framework projects and they don't have any relationships. For the Shelf class, it exists in same Windows Forms project with the source code I was opening.
Hello,
Could you please clean caches (in the Options / Environment / General) and
tell us if problem persist?
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
IR> Nope, my solution only contains the (full) .NET Framework projects
IR> and they don't have any relationships. For the Shelf class, it
IR> exists in same Windows Forms project with the source code I was
IR> opening.
IR>
Hello Ilya,
After cleaning caches, the problem still persists.
Aaah, I found the problem. If I declare an alias whose name is same as the class name, example
R# will display two items for Shelf (as above screenshot).
If I remove the alias, or rename it to another name which is difference with class name (like MyShelf for above example), the problem doesn't happen.
Hello Ilya,
IMO, it's a R# bug for sure. If you check the intellisense list, you will see that there 3 items for Shelf: one for the Shelf alias and other two for the Shelf class. And if you name the alias difference with the class name, there are only 2 items: one for the alias and the other for the class.
Anyway I filed this bug here http://www.jetbrains.net/jira/browse/RSRP-72611
Hello t800t8,
Thanks.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
IR> Hello Ilya,
IR>
IR> IMO, it's a R# bug for sure. If you check the intellisense list, you
IR> will see that there 3 items for Shelf: one for the Shelf alias and
IR> other two for the Shelf class.
IR>
IR> Anyway I filed this bug here
IR> http://www.jetbrains.net/jira/browse/RSRP-72611
IR>