We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ ] Preferences [ ] Autocomplete [x] Keybindings [ ] Other...
If you select lines and press ctrl-/ it should toggle whether the lines are commented out rather than continually adding ; characters.
ctrl-/
;
Select lines
(+ 1 2 3
Press ctrl-/
;(+ 1 2 3
Press ctrl-/ again
;;(+ 1 2 3
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
Press ctrl-/
Press ctrl-/ again
Actual
Select lines
Press ctrl-/
Press ctrl-/ again
The text was updated successfully, but these errors were encountered: