Commit 4cab6f1
Support column in go to definition (#4969)
Summary: Pull Request resolved: #4969
Test Plan:
Build locally and checked out https://github.com/captbaritone/grats-relay-example
In `.vscode/settings.json` I added: ` "relay.pathToRelay": "/Users/jeldredge/projects/relay/compiler/target/release/relay",`
https://github.com/user-attachments/assets/271de17b-74f0-447d-8f26-8123bcce7bdb
Reviewed By: evanyeung
Differential Revision: D73594815
Pulled By: captbaritone
fbshipit-source-id: f1f30288d1e47fdaa86d2406fd8b3c909cb937061 parent 1558652 commit 4cab6f1Copy full SHA for 4cab6f1
3 files changed
+11-2Lines changed: 11 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- compiler/crates
- relay-bin/src
- relay-lsp/src
Expand file treeCollapse file tree
Open diff view settings
Collapse file
compiler/crates/relay-bin/src/main.rs
Copy file name to clipboardExpand all lines: compiler/crates/relay-bin/src/main.rs+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
409 | 409 | |
410 | 410 | |
411 | 411 | |
| 412 | + |
412 | 413 | |
413 | 414 | |
414 | 415 | |
415 | 416 | |
| 417 | + |
416 | 418 | |
417 | 419 | |
418 | 420 | |
|
Collapse file
compiler/crates/relay-lsp/src/goto_definition.rs
Copy file name to clipboardExpand all lines: compiler/crates/relay-lsp/src/goto_definition.rs+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
202 | 202 | |
203 | 203 | |
204 | 204 | |
| 205 | + |
205 | 206 | |
206 | 207 | |
207 | 208 | |
| ||
318 | 319 | |
319 | 320 | |
320 | 321 | |
| 322 | + |
321 | 323 | |
322 | 324 | |
323 | 325 | |
| ||
345 | 347 | |
346 | 348 | |
347 | 349 | |
348 | | - |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
349 | 355 | |
350 | 356 | |
351 | | - |
| 357 | + |
352 | 358 | |
353 | 359 | |
354 | 360 | |
|
Collapse file
compiler/crates/relay-lsp/src/lsp_extra_data_provider.rs
Copy file name to clipboardExpand all lines: compiler/crates/relay-lsp/src/lsp_extra_data_provider.rs+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
|
0 commit comments