Project
ReSharper
Priority
Major
Type
Cosmetics
Fix versions
6.1
State
Open
Assignee
Kirill Skrygan
Subsystem
Navigation
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    4 years ago (12 Dec 2007 14:34)
  • Updated by   Ilya Ryzhenkov
    8 months ago (10 Jun 2011 18:09)
  • Jira: RSRP-54423
    (history, comments)
 
RSRP-54423 Bad tooltip position 'The target has no declarations'
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class Program
{
    static void Main()
    {
    }
}

class A
{
    public void Foo(object x, object y)
    {
        if(x == y)
        {
            
        }
    }
}


Put the caret onto 'Main' identifer. Then ctrl+click == operator in A.Foo. Tooltip 'The target has no declarations' is displayed near 'Main'.
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments