Rhino 8 Script editor question

hello, is there a short cut for formatting the code (auto indentation) ?
(i’m on Windows)
thx

@eirannejad - can you help?

Right click anywhere in the edit pane and select “format”. (sorry, shortcut - no idea)

copying Visual Studio default behavior of CTRL+K , CTRL+D could be awesome

Ok I logged this here

RH-78619 Add shortcut to Format Code command

@eirannejad right click format is greyed out in RC 8.4.24037.15001, 2024-02-06
tried both selecting and not select any code, cannot get the option to become enabled
@Ferdinand how were you able to click it?
image

Seems indeed be greyed out for C# code, apparently it only works for Python/?)

Currently formatter is only available for python 3 (black formatter).

I have tickets to implement a formatter for other languages

RH-76316 Code formatting for IronPython
RH-80477 Code formatting for C#