suggestion... for "autocomplete"

Hi again!

I’m sure that this surely have been talk about before but…

Will it be good to have autcomplete for code block?

What I mean is that for a “if then” block Xojo put automatically the “End if” , etc.

If I wrote a “(” Xojo automatically put the “)”…

Just a thought I had working with Xojo…

Isn’t this already implemented in ctrl-click ? (the feature name escapes me at the moment).

Edit:
ContextualMenu is the name of the “feature”.

Try it on an Open CodeEditor… and cry of joy !

Cntrl-Enter does it.

Read there:

http://developer.xojo.com/userguide/code-editor

Useful Keyboard shortcuts:

SHIFT and RETURN: … press CONTROL and RETURN …

Could use some proofreading …

Yep, you’re right… Shift + Return (or RMB) does it for code blocks.

It would be good for quotation marks and brackets too (I think so)

Thank you!