Feedback
Shift+Enter completes conditional branches in the editor
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/640-shift-enter-block-completion-should-work-after-else-or-elseif
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Extend the Code View editor’s Shift+Enter block-completion shortcut so it can finish an active conditional from ElseIf, Else, and Case branch lines. Studio should insert End If for branches belonging to an If statement and End Select for branches belonging to a Select Case, including resolving a bare Else from its surrounding block.