History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-54423
Type: Cosmetics Cosmetics
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Bad tooltip position 'The target has no declarations'

Created: 12 Dec 07 13:34   Updated: 14 Dec 07 14:17
Component/s: Code View
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 574


 Description  « Hide
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'.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.