Mbed Studio Format document

I use Mbed Studio as my favorite IDE for Mbed development.
However, the standard Mbed Studio Format Document (Alt + Shift + F) looks different from the Mbed Online Compiler’s Format Code (Ctrl-Shift-F).
I would like the Format Document in Mbed Studio to be aligned with the one in Online Compiler.

If it’s difficult for Mbed’s policy, we can make VSIX available and change it at the user’s will. I want to use a lot of VS Code extensions. (I also want to use a lot of VS Code extensions.)

Thanks.

Hi, thanks for trying Studio.

It’s possible to customise some of the format behaviour from the preferences (File > Preferences or CTRL-SHIFT-P > Preferences). For example, “editor.tabSize”, “editor.formatOnSave”.

Unfortunately, there is a bug that means some of these settings are not applied to C++ files at the moment.

I want to use a lot of VS Code extensions. (I also want to use a lot of VS Code extensions.)

This would be great addition to the product and is on the roadmap :slightly_smiling_face:

1 Like

Thank you , Matthew.

I understood that it was a bug that the items set when formatting C++ files were not applied.
I’m happy to know that adding a VS Code extension is on the roadmap.