A Visual Studio Code extension that intelligently formats Robot Framework files by aligning keywords and arguments into clean, consistent columns while preserving the structure of control flow blocks like FOR, IF, ELSE, and END.
✨ Features
Automatically formats .robot and .resource files
Aligns keywords and arguments into fixed columns
Moves extra arguments to continuation (...) lines
Preserves FOR, IF, ELSE, WHILE, and END blocks
Keeps section headers and comments untouched
📦 Installation
Open Visual Studio Code
Navigate to the Extensions tab (Ctrl + Shift + X)
Search for Robot Framework Smart Formatter
Click Install
🚀 Usage
Open a .robot or .resource file.
Format the document using one of the following methods:
Keyboard shortcut:
Shift + Alt + F
Or right-click inside the editor and select Format Document