[nem-bug] [Nemerle 0000973]: Parametr hints don't show if type
space before '('
feedback at nemerle.org
feedback at nemerle.org
Sun Mar 18 15:48:45 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=973>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 973
Category: Visual Studio Plugin
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 03-18-2007 15:48 CET
Last Modified: 03-18-2007 15:48 CET
======================================================================
Summary: Parametr hints don't show if type space before '('
Description:
Parametr hints don't show if type space before '('.
Example:
def next_idx = str.IndexOf ('$', idx); // hint don't show
def next_idx = str.IndexOf('$', idx); // OK
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
03-18-07 15:48 VladD2 New Issue
======================================================================
More information about the bugs
mailing list