Skip to content

Commit

Permalink
Clarify symbol search explanation for VS Code (#2770)
Browse files Browse the repository at this point in the history
* Clarify symbol search explanation for VS Code

* Update lib/ruby_lsp/requests/document_symbol.rb

Co-authored-by: Vinicius Stock <vinistock@users.noreply.github.com>

---------

Co-authored-by: Vinicius Stock <vinistock@users.noreply.github.com>
  • Loading branch information
andyw8 and vinistock authored Oct 29, 2024
1 parent 30e770a commit 0fa1ec9
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/Cmd-Shift-O,
# or by opening the command palette and inserting an `@` symbol.
class DocumentSymbol < Request
extend T::Sig

Expand Down

0 comments on commit 0fa1ec9

Please sign in to comment.