Could I make IDEA's CodeCompletion like the way of ReSharper?

Hi,I'm new here,I just want to ask some questions about IDEA's CodeCompletion behavior.

Unlike Visual Studio,IDEA must press the hotkey to show them.Even in Eclipse,I could export settings,modify the file,then Import,I can make Eclipse's Content Assistant automaticaly show up like Visual Studio's Intellisense.

Is there any way to make IDEA show up the BasicCodeCompletion automatically?

0
Avatar
Permanently deleted user

decrease the number of ms to wait before the autopopup is shown after typing the .
See Settings | Code Completion

0
Avatar
Permanently deleted user

thank you Ruben Boer , but I want type ANY character like 'abcdefg' to active the CodeCompletion. Is it possible?

Edited by: Kusanagi Boolean on Aug 17, 2008 5:58 PM

0

Kusanagi Boolean wrote:

thank you Ruben Boer , but I want type ANY character like 'abcdefg' to active the CodeCompletion. Is it possibily?

There's no way to do this currently. A third-party plugin could do this
or you can create a JIRA ticket for this issue.

0

请先登录再写评论。