Allow opening of buffers associated with a project symbol
This commit is contained in:
parent
2a6d486d14
commit
f0195ac3a3
8 changed files with 237 additions and 121 deletions
|
@ -342,7 +342,7 @@ impl LspCommand for GetDefinition {
|
|||
for (target_uri, target_range) in unresolved_locations {
|
||||
let target_buffer_handle = project
|
||||
.update(&mut cx, |this, cx| {
|
||||
this.open_local_buffer_from_lsp_path(
|
||||
this.open_local_buffer_via_lsp(
|
||||
target_uri,
|
||||
language.name().to_string(),
|
||||
language_server.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue