[nem-bug] [Nemerle 0000791]: Doesn't allow to complete namespaces

feedback at nemerle.org feedback at nemerle.org
Wed Jan 17 04:53:12 CET 2007


The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=791> 
======================================================================
Reported By:                KLiss
Assigned To:                VladD2
======================================================================
Project:                    Nemerle
Issue ID:                   791
Category:                   Code Completion Engine
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             11-22-2006 23:01 CET
Last Modified:              01-17-2007 04:53 CET
======================================================================
Summary:                    Doesn't allow to complete namespaces
Description: 
Create new console application.
Wizard will generate code like this:

using System;
using System.Console;
using Nemerle.Utility;

module Program
{
  Main() : void
  {
    WriteLine("Hi!");
    System. // Here, in the opened completion list, only types are
present, 
            // but no namespaces.
  }
}
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
11-22-06 23:01 KLiss          New Issue                                    
11-23-06 01:21 VladD2         Status                   new => assigned     
11-23-06 01:21 VladD2         Assigned To               => VladD2          
01-17-07 04:53 VladD2         Status                   assigned => resolved
01-17-07 04:53 VladD2         Resolution               open => fixed       
======================================================================




More information about the bugs mailing list