Skip to content

Commit

Permalink
Clarify symbol search explanation for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 24, 2024
1 parent e0299e5 commit edd61f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ruby_lsp/requests/document_symbol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module Requests
# informs the editor of all the important symbols, such as classes, variables, and methods, defined in a file. With
# this information, the editor can populate breadcrumbs, file outline and allow for fuzzy symbol searches.
#
# In VS Code, fuzzy symbol search can be accessed by opening the command palette and inserting an `@` symbol.
# In VS Code, symbol search known as 'Go To Symbol in Editor' and can be accessed with Ctrl-Shift-O
# (Cmd-Shift-O on Mac), or by opening the command palette and inserting an `@` symbol.
class DocumentSymbol < Request
extend T::Sig

Expand Down

0 comments on commit edd61f9

Please sign in to comment.