Document Formatter automatically format the document for readability purpose.
This extension only do this, colors are from an other extension.
Use "SHIFT + ALT + F" or "right click" -> "Format Document" to format the page.
Formatted Tests or Keywords :
Tags, Setup, Teardown, Arguments and Return are formatted independently, to keep minimal space with given indent.
Documentation and following "..." aren't formatted, they remain as they were write.
You can use "|||" in the beginning of a line to avoid the formatting of the line.
Keywords are formatted in groups, If newline or new test, it starts a new formatted group.
- Document Formatter listKeywordToFormat Option.
- List Of Keyword You want To automatically format with given indent.
Credits
Versions
1.0.0
Initial release
1.1.0
Non Formatted ready to read line by robot Framework with "|||" in the beginning of the line.
Use "|" in indentation is now retroactive if you want to suppress them
1.2
Keyword, Tags, Return ... Are now case insensitive.
TRY EXCEPT FINALLY from RFW 5 added to formater.
Added listKeywordToFormat option
1.2.2
Adding WHILE Loop to formatter
| |