PDA

View Full Version : No automatic Code Completion


morfeus3009
07-27-2009, 09:31 PM
I do not see the automatic "Code Completion"...

I did not change any settings in the preferences...

What is going wrong, what do i have to do to get the "Code Completion"?

argnob
07-27-2009, 10:48 PM
I'm not sure whether I can make a useful contribution or not, depending on whether you have a problem with your set-up that I don't.

Although I have problems running code, code completion seems to work fine for me.

Just type e.g.

if

and then hit Tab

and this expands to

if (<expression>)
<statement>;
end;

kornalius
07-28-2009, 03:01 AM
argnob, this is the code template, Jochen is looking for the code completion.

What about Control+Space in the code editor? This should work. If not let me know we will investigate this with you.

morfeus3009
07-28-2009, 06:46 AM
Using Control+Space works for me, but i think it should pop up automatic?

morfeus3009
08-02-2009, 05:42 PM
Anything new to solve this prob???

kornalius
08-03-2009, 01:44 PM
Hi, we are not planning to change this behavior until we find a way for it not to slowdown the code editor.

We use Delphi and Visual Studio 2008 and we press Ctrl+Space when we need the code completion.

An alternative would be to press the TAB key when you have part of a word typed in. Try it.