javascript-tutorial / javascript-tutorial/en.javascript.info
Mac OS multiline Commenting shortcut is should use 'Option' instead of 'Shift'
- Dominant language
- HTML
- Stars
- 25.5k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
In most editors, a line of code can be commented out by pressing the Ctrl+/ hotkey for a single-line comment and something like Ctrl+Shift+/ – for multiline comments (select a piece of code and press the hotkey). For Mac, try Cmd instead of Ctrl.
Should be -->
In most editors, a line of code can be commented out by pressing the Ctrl+/ hotkey for a single-line comment and something like Ctrl+Shift+/ – for multiline comments (select a piece of code and press the hotkey). For Mac, try Cmd instead of Ctrl and Option instead of Shift.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the documentation for the paragraph describing single-line and multiline commenting shortcuts on Mac. Update the wording so it says to use Option instead of Shift, then verify that the corrected shortcut guidance matches the requested text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100