Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-198900: Crazy code completion behaviour in case of unresolved symbols

$
0
0
Reporter Olga Lobacheva (olka) Olga Lobacheva (olka)
Created Nov 26, 2010 9:25:24 PM
Updated Aug 3, 2011 4:33:39 PM
Priority Normal
Type Bug
Fix versions Mirabile Futurum
State Open
Assignee Sergey Shkredov (serjic.shkredov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
Invoke basic completion here.

using System;

static class C
{
    static T Foo<T>(this T x, T y)
    {
        return default(T);
    }

    static void Main2()
    {
        Identifier.{caret}
    }
}



The result is:

using System;

static class C
{
    static T Foo<T>(this T x, T y)
    {
        return default(T);
    }

    static void Main2()
    {
        Foo(Identifier)
    }
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>