Write code faster with intelligent, context-aware completions that span multiple lines
Tab completions in Alex Sidebar go beyond simple autocomplete. They understand your code’s context and can suggest entire blocks and complete functions based on what you’re writing.
To enable Multiline suggestions, which is currently an alpha feature, go to:
Settings
Features & Keybindings
Enable Multiline Suggestions
Because multline suggestions requires screen access, you will need to enable screen recording access to AlexSideBar in your system preferences.Multiline tab (alpha) is available from version 3.3
As you type, Alex Sidebar analyzes your code and suggests completions that appear as completion text. Press Tab to accept the suggestion and watch as it intelligently fills in multiple lines at once.
To disable interferece with Xcode, please disable Apple’s predictive code completion in Xcode → Settings → Text Editing → Editing → uncheck “Use code completion”.
Tab remembers your previous accepts across different files. When you accept a suggestion in one file, it learns from that pattern and applies similar suggestions in other files you work on.