Feature #4193 2008-06-16 21:38

asterisc

autocomplete support for smart pointers

There are the so-called 'smart pointers' objects, like std::auto_ptr, boost::shared_ptr, ...

The auto-complete for them should be like: - pressing '.' (dot) after the variable name - should fill the auto-complete list with smart-pointer's own methods (release/get/...) - typing 'operator->' after the variable's name - should fill the auto-complete list with the methods of the object that the smart-ponter points to.

Category
Programming Languages
Status
Open
Close date
 
Assigned to