Skip to content

ctrl-/ shortcut should toggle comments #10

@devonpmack

Description

@devonpmack

Section

[ ] Preferences
[ ] Autocomplete
[x] Keybindings
[ ] Other...

Context

If you select lines and press ctrl-/ it should toggle whether the lines are commented out rather than continually adding ; characters.

Expected

Select lines

(+ 1 2 3

Press ctrl-/

;(+ 1 2 3

Press ctrl-/ again

(+ 1 2 3

Actual

Select lines

(+ 1 2 3

Press ctrl-/

;(+ 1 2 3

Press ctrl-/ again

;;(+ 1 2 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions