When using Visual Studio, I can accept an Intellisense selection by hitting either the . or the ( keys, as well as the enter key. I would like to configure E开发者_运维百科clipse to do the same with its Content Assist feature, but I can't see any way to do so.
Is this possible? In case it matters, I am specifically referring to Eclipse Helios with Pydev.
Turns out that it's under Preferences->Pydev->Editor->Code Completion. There are checkboxes for 'Apply completeion on .' and 'Apply completion on ('. I guess it's a Pydev-specific thing, and not an Eclipse feature.
you can customize the hot key for content assist via preferences - general - keys
精彩评论