Watch, Follow, &
Connect with Us
Public Report
Report From:    [ Add a report in this area ]  
Report #:  18165   Status: Closed
(Pulled) When declaring a local variable, the Code Completion list doesn't show namespaces. i.e. the user is not assisted in declaring a
Project:   Build #:  7.1.1446.610
Version:    1.0 Submitted By:   John Kaster
Report Type:  Basic functionality failure Date Reported:  1/13/2004 12:00:00 AM
Severity:    Commonly encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   193388
Resolution: Fixed (Resolution Comments) Resolved in Build: : 10.0.2098.14501
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
When declaring a local variable, the Code Completion list doesn't show namespaces. i.e. the user is not assisted in declaring a variable type when trying to fully qualify the type with the namespace name(s).
Steps to Reproduce:
-Type in the following declaration
procedure TWinForm.TWinForm_Load(sender: System.Object; e: System.EventArgs);
var
MyTimer: System.Windows.Forms.Timer;
begin
end;

//exp:
1) After <MyTimer: > the CC list should show namespaces including System namespace
2) After <MyTimer: System.> the list should show types and namespaces including Windows namespace
3) After <MyTimer: System.Windows.> the list should show types and namespaces including Forms namespace
4) After <MyTimer: System.Windows.Forms.> the list should show types including Timer
Workarounds
None
Attachment
N
Comments

None

Server Response from: ETNACODE01