Extend code to new line

Hello,

With RS, on Mac, CTRL+ALT+ENTER keyboard shortcut extended the code on a new line. This is very useful for small screens (laptops …) and especially for long lines of code, such as SQL.

On Xojo, the keyboard shortcut does not work. How?

Thank you

Olivier
(Sorry for my bad english)

It’s bug. (https://xojo.com/issue/27203)]Feedback #27203
You’ll have to do it manually until it’s fixed :slight_smile:

A “space underscore” should allow to continue the same line of code on to the next line in the code editor.

Please see the “Line Continuation” topic in the Xojo “Language Reference”.

Thank you Albin and Syed! I did not know you could do it manually.

You learn something everyday :slight_smile: