Bug 172304 - [Content Assist] Operators should not be proposed
Summary: [Content Assist] Operators should not be proposed
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 06:53 EST by Anton Leherbauer CLA
Modified: 2020-09-04 15:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Leherbauer CLA 2007-01-31 06:53:32 EST
When a class defines an operator, they are proposed like normal methods.
While this is technically valid, it is usually not desired.
Comment 1 Anton Leherbauer CLA 2007-01-31 06:58:09 EST
Failing test: CompletionTest_SingleName_Method_NoPrefix
Comment 2 Tomasz Wesolowski CLA 2010-05-07 07:45:21 EDT
I suggest that they should still be proposed for the sake of sheer completeness, but with a lower priority than other proposals (i.e. first the methods alphabetically, then the operators).