[nem-bug] [Nemerle 0000791]: Doesn't allow to complete namespaces
feedback at nemerle.org
feedback at nemerle.org
Wed Nov 22 23:01:47 CET 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=791>
======================================================================
Reported By: KLiss
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 791
Category: Code Completion Engine
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 11-22-2006 23:01 CET
Last Modified: 11-22-2006 23:01 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
======================================================================
More information about the bugs
mailing list