Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctrl-/ shortcut should toggle comments #10

Open
devonpmack opened this issue Oct 20, 2020 · 1 comment
Open

ctrl-/ shortcut should toggle comments #10

devonpmack opened this issue Oct 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@devonpmack
Copy link
Contributor

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
@devonpmack devonpmack added the enhancement New feature or request label Oct 20, 2020
@Raymo111
Copy link
Owner

This is how commenting in DrRacket works (it's a terrible IDE compared to VS and JetBrains). I'll stick this on the "to be implemented" list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants