Menu

#78 Completion proposal should remove extraneous text

closed
nobody
None
5
2007-11-12
2007-11-10
No

Create the class below...

public class Test {
public void v() {
System.IDisposable d;

}
}

In the empty line after the declaration of 'd', type 'd.'. A 'd.Dispose()' proposal will appear. I think that the proposal should only display 'Dispose()' without the 'd.'.

Discussion

  • Dominik Ertl

    Dominik Ertl - 2007-11-12

    Logged In: YES
    user_id=1858080
    Originator: NO

    Hm, it was a little bug with has been fixed last week and is in the CVS. I cannot reproduce this with the newest cvs...

     
  • Dominik Ertl

    Dominik Ertl - 2007-11-12

    Logged In: YES
    user_id=1858080
    Originator: NO

    fixed

     
  • Dominik Ertl

    Dominik Ertl - 2007-11-12
    • status: open --> closed
     

Log in to post a comment.

Auth0 Logo