We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When the cursor is in the leading whitespace of a line that is preceded by a line comment, nothing happens.
(foo ; foo | bar)
alt+enter
Expected: Evaluation of the form (foo ...) happens.
(foo ...)
Actual: Nothings happens.