We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421d4b0 commit 4aa9e62Copy full SHA for 4aa9e62
README.md
@@ -40,12 +40,17 @@ Document Symbols can be triggered by:
40
41
### Go to definition
42
43
+`ruby-lsp-rspec` supports go-to-definition on methods defined through `let` and `subject` DSLs in spec files.
44
+
45
In VS Code this feature can be triggered by one of the following methods:
46
47
- `Right click` on the target, and then select `Go to Definition`
48
- Placing the cursor on the target, and then hit `F12`
49
- `Command + click` the target
50
51
+> [!Note]
52
+> This feature requires indexing your spec files so they can't be excluded from Ruby LSP's indexing.
53
54
<img src="misc/go-to-definition.gif" alt="Go to definition" width="75%">
55
56
## Development
0 commit comments