How to format code on aptana 3?

It shows the default code format settings in the settings, but I do not see any option for formatting the code file. Please, help.

Edited: I can format the text by selecting text and Ctrl + shift + F. But I want to format the entire source code, or at least a specific folder.

+2
source share
2 answers

You can format the code with simple Ctrl + Shift + F. It really works better if you don’t have a choice of code (especially when working with multiple languages ​​in one file). You can also right-click and select Source-> Format or select Source-> Format on the Studio menu bar. As mentioned in Ingo, folder formatting is not yet supported. I will try to add it as soon as possible :)

+5
source

Source: https://habr.com/ru/post/1402396/


All Articles