Skip to content

Commit c769fa0

Browse files
andyw8claude
andauthored
Fix keyboard shortcut for document symbols in Rails add-on docs (#3885)
Add Mac keyboard shortcut to document symbols documentation Updated the keyboard shortcut documentation to include both Mac (Cmd + Shift + O) and Windows/Linux (Ctrl + Shift + O) shortcuts, with Mac listed first. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Andy Waite <[email protected]> Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent d88a0e4 commit c769fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/rails-add-on.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ document and to allow for quick navigation.
6262
Ruby LSP already provides document symbols for Ruby files, such as classes, modules, methods, etc. But the Rails add-on
6363
provides additional document symbols for Rails specific features.
6464

65-
In VS Code, you can open the document symbols view by pressing `Ctrl + Shift + O`.
65+
In VS Code, you can open the document symbols view by pressing `Cmd + Shift + O` (Mac) or `Ctrl + Shift + O` (Windows/Linux).
6666

6767
### Active Record Callbacks, Validations, and Associations
6868

0 commit comments

Comments
 (0)