[nem-bug] [Nemerle 0000791]: Doesn't allow to complete namespaces
feedback at nemerle.org
feedback at nemerle.org
Thu Nov 23 01:21:41 CET 2006
The following issue has been ASSIGNED.
======================================================================
<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: assigned
======================================================================
Date Submitted: 11-22-2006 23:01 CET
Last Modified: 11-23-2006 01:21 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
======================================================================
More information about the bugs
mailing list