aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
-rw-r--r--crates/gen_lsp_server/Cargo.toml2
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
-rw-r--r--crates/ra_lsp_server/src/main_loop/handlers.rs58
-rw-r--r--crates/ra_lsp_server/tests/heavy_tests/main.rs6
5 files changed, 34 insertions, 42 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 967018094..3049ab3d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -541,7 +541,7 @@ dependencies = [
541 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 541 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
542 "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", 542 "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
543 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 543 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
544 "lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", 544 "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
545 "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", 545 "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
546 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", 546 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
547] 547]
@@ -774,7 +774,7 @@ dependencies = [
774 774
775[[package]] 775[[package]]
776name = "lsp-types" 776name = "lsp-types"
777version = "0.58.1" 777version = "0.59.0"
778source = "registry+https://github.com/rust-lang/crates.io-index" 778source = "registry+https://github.com/rust-lang/crates.io-index"
779dependencies = [ 779dependencies = [
780 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 780 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1200,7 +1200,7 @@ dependencies = [
1200 "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", 1200 "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
1201 "gen_lsp_server 0.2.0", 1201 "gen_lsp_server 0.2.0",
1202 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1202 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1203 "lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)", 1203 "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
1204 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1204 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1205 "ra_arena 0.1.0", 1205 "ra_arena 0.1.0",
1206 "ra_ide_api 0.1.0", 1206 "ra_ide_api 0.1.0",
@@ -2201,7 +2201,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2201"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" 2201"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
2202"checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" 2202"checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff"
2203"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" 2203"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
2204"checksum lsp-types 0.58.1 (registry+https://github.com/rust-lang/crates.io-index)" = "42c7edac51b6739544453fd33c7ae5e910d1ec4f2d9904cf1990f8f6581e26f5" 2204"checksum lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8961cde7f6f856771910edf37ff0729e59e02d2a8592a94c27495b746320e6ed"
2205"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" 2205"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
2206"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 2206"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2207"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" 2207"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml
index bf57df81f..36a29265c 100644
--- a/crates/gen_lsp_server/Cargo.toml
+++ b/crates/gen_lsp_server/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8description = "Generic LSP server scaffold." 8description = "Generic LSP server scaffold."
9 9
10[dependencies] 10[dependencies]
11lsp-types = "0.58.0" 11lsp-types = "0.59.0"
12log = "0.4.3" 12log = "0.4.3"
13serde_json = "1.0.34" 13serde_json = "1.0.34"
14serde = { version = "1.0.83", features = ["derive"] } 14serde = { version = "1.0.83", features = ["derive"] }
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index 2c4b3789e..50bc8111b 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -13,7 +13,7 @@ crossbeam-channel = "0.3.5"
13flexi_logger = "0.13.0" 13flexi_logger = "0.13.0"
14log = "0.4.3" 14log = "0.4.3"
15url_serde = "0.2.0" 15url_serde = "0.2.0"
16lsp-types = { version = "0.58.0", features = ["proposed"] } 16lsp-types = { version = "0.59.0", features = ["proposed"] }
17rustc-hash = "1.0" 17rustc-hash = "1.0"
18parking_lot = "0.8.0" 18parking_lot = "0.8.0"
19 19
diff --git a/crates/ra_lsp_server/src/main_loop/handlers.rs b/crates/ra_lsp_server/src/main_loop/handlers.rs
index a8d6f7c23..62c8cbf71 100644
--- a/crates/ra_lsp_server/src/main_loop/handlers.rs
+++ b/crates/ra_lsp_server/src/main_loop/handlers.rs
@@ -2,11 +2,11 @@ use std::{fmt::Write as _, io::Write as _};
2 2
3use gen_lsp_server::ErrorCode; 3use gen_lsp_server::ErrorCode;
4use lsp_types::{ 4use lsp_types::{
5 CodeAction, CodeActionResponse, CodeLens, Command, Diagnostic, DiagnosticSeverity, 5 CodeAction, CodeActionResponse, CodeLens, Command, CompletionItem, Diagnostic,
6 DocumentFormattingParams, DocumentHighlight, DocumentSymbol, FoldingRange, FoldingRangeKind, 6 DiagnosticSeverity, DocumentFormattingParams, DocumentHighlight, DocumentSymbol, FoldingRange,
7 FoldingRangeParams, Hover, HoverContents, Location, MarkupContent, MarkupKind, Position, 7 FoldingRangeKind, FoldingRangeParams, Hover, HoverContents, Location, MarkupContent,
8 PrepareRenameResponse, Range, RenameParams, SymbolInformation, TextDocumentIdentifier, 8 MarkupKind, Position, PrepareRenameResponse, Range, RenameParams, SymbolInformation,
9 TextEdit, WorkspaceEdit, 9 TextDocumentIdentifier, TextEdit, WorkspaceEdit,
10}; 10};
11use ra_ide_api::{ 11use ra_ide_api::{
12 AssistId, Cancelable, FileId, FilePosition, FileRange, FoldKind, Query, RangeInfo, 12 AssistId, Cancelable, FileId, FilePosition, FileRange, FoldKind, Query, RangeInfo,
@@ -153,14 +153,12 @@ pub fn handle_on_type_formatting(
153 params: req::DocumentOnTypeFormattingParams, 153 params: req::DocumentOnTypeFormattingParams,
154) -> Result<Option<Vec<TextEdit>>> { 154) -> Result<Option<Vec<TextEdit>>> {
155 let _p = profile("handle_on_type_formatting"); 155 let _p = profile("handle_on_type_formatting");
156 let file_id = params.text_document.try_conv_with(&world)?; 156 let mut position = params.text_document_position.try_conv_with(&world)?;
157 let line_index = world.analysis().file_line_index(file_id); 157 let line_index = world.analysis().file_line_index(position.file_id);
158 let position = FilePosition { 158
159 file_id, 159 // in `ra_ide_api`, the `on_type` invariant is that
160 /// in `ra_ide_api`, the `on_type` invariant is that 160 // `text.char_at(position) == typed_char`.
161 /// `text.char_at(position) == typed_char`. 161 position.offset = position.offset - TextUnit::of_char('.');
162 offset: params.position.conv_with(&line_index) - TextUnit::of_char('.'),
163 };
164 162
165 let edit = match params.ch.as_str() { 163 let edit = match params.ch.as_str() {
166 "=" => world.analysis().on_eq_typed(position), 164 "=" => world.analysis().on_eq_typed(position),
@@ -214,7 +212,7 @@ pub fn handle_document_symbol(
214 } 212 }
215 } 213 }
216 214
217 Ok(Some(req::DocumentSymbolResponse::Nested(res))) 215 Ok(Some(res.into()))
218} 216}
219 217
220pub fn handle_workspace_symbol( 218pub fn handle_workspace_symbol(
@@ -277,7 +275,7 @@ pub fn handle_goto_definition(
277 .map(|nav| RangeInfo::new(nav_range, nav)) 275 .map(|nav| RangeInfo::new(nav_range, nav))
278 .map(|nav| to_location_link(&nav, &world, &line_index)) 276 .map(|nav| to_location_link(&nav, &world, &line_index))
279 .collect::<Result<Vec<_>>>()?; 277 .collect::<Result<Vec<_>>>()?;
280 Ok(Some(req::GotoDefinitionResponse::Link(res))) 278 Ok(Some(res.into()))
281} 279}
282 280
283pub fn handle_goto_implementation( 281pub fn handle_goto_implementation(
@@ -297,7 +295,7 @@ pub fn handle_goto_implementation(
297 .map(|nav| RangeInfo::new(nav_range, nav)) 295 .map(|nav| RangeInfo::new(nav_range, nav))
298 .map(|nav| to_location_link(&nav, &world, &line_index)) 296 .map(|nav| to_location_link(&nav, &world, &line_index))
299 .collect::<Result<Vec<_>>>()?; 297 .collect::<Result<Vec<_>>>()?;
300 Ok(Some(req::GotoDefinitionResponse::Link(res))) 298 Ok(Some(res.into()))
301} 299}
302 300
303pub fn handle_goto_type_definition( 301pub fn handle_goto_type_definition(
@@ -317,7 +315,7 @@ pub fn handle_goto_type_definition(
317 .map(|nav| RangeInfo::new(nav_range, nav)) 315 .map(|nav| RangeInfo::new(nav_range, nav))
318 .map(|nav| to_location_link(&nav, &world, &line_index)) 316 .map(|nav| to_location_link(&nav, &world, &line_index))
319 .collect::<Result<Vec<_>>>()?; 317 .collect::<Result<Vec<_>>>()?;
320 Ok(Some(req::GotoDefinitionResponse::Link(res))) 318 Ok(Some(res.into()))
321} 319}
322 320
323pub fn handle_parent_module( 321pub fn handle_parent_module(
@@ -407,12 +405,7 @@ pub fn handle_completion(
407 params: req::CompletionParams, 405 params: req::CompletionParams,
408) -> Result<Option<req::CompletionResponse>> { 406) -> Result<Option<req::CompletionResponse>> {
409 let _p = profile("handle_completion"); 407 let _p = profile("handle_completion");
410 let position = { 408 let position = params.text_document_position.try_conv_with(&world)?;
411 let file_id = params.text_document.try_conv_with(&world)?;
412 let line_index = world.analysis().file_line_index(file_id);
413 let offset = params.position.conv_with(&line_index);
414 FilePosition { file_id, offset }
415 };
416 let completion_triggered_after_single_colon = { 409 let completion_triggered_after_single_colon = {
417 let mut res = false; 410 let mut res = false;
418 if let Some(ctx) = params.context { 411 if let Some(ctx) = params.context {
@@ -440,9 +433,10 @@ pub fn handle_completion(
440 Some(items) => items, 433 Some(items) => items,
441 }; 434 };
442 let line_index = world.analysis().file_line_index(position.file_id); 435 let line_index = world.analysis().file_line_index(position.file_id);
443 let items = items.into_iter().map(|item| item.conv_with(&line_index)).collect(); 436 let items: Vec<CompletionItem> =
437 items.into_iter().map(|item| item.conv_with(&line_index)).collect();
444 438
445 Ok(Some(req::CompletionResponse::Array(items))) 439 Ok(Some(items.into()))
446} 440}
447 441
448pub fn handle_folding_range( 442pub fn handle_folding_range(
@@ -543,9 +537,7 @@ pub fn handle_prepare_rename(
543} 537}
544 538
545pub fn handle_rename(world: WorldSnapshot, params: RenameParams) -> Result<Option<WorkspaceEdit>> { 539pub fn handle_rename(world: WorldSnapshot, params: RenameParams) -> Result<Option<WorkspaceEdit>> {
546 let file_id = params.text_document.try_conv_with(&world)?; 540 let position = params.text_document_position.try_conv_with(&world)?;
547 let line_index = world.analysis().file_line_index(file_id);
548 let offset = params.position.conv_with(&line_index);
549 541
550 if params.new_name.is_empty() { 542 if params.new_name.is_empty() {
551 return Err(LspError::new( 543 return Err(LspError::new(
@@ -555,8 +547,7 @@ pub fn handle_rename(world: WorldSnapshot, params: RenameParams) -> Result<Optio
555 .into()); 547 .into());
556 } 548 }
557 549
558 let optional_change = 550 let optional_change = world.analysis().rename(position, &*params.new_name)?;
559 world.analysis().rename(FilePosition { file_id, offset }, &*params.new_name)?;
560 let change = match optional_change { 551 let change = match optional_change {
561 None => return Ok(None), 552 None => return Ok(None),
562 Some(it) => it, 553 Some(it) => it,
@@ -571,11 +562,10 @@ pub fn handle_references(
571 world: WorldSnapshot, 562 world: WorldSnapshot,
572 params: req::ReferenceParams, 563 params: req::ReferenceParams,
573) -> Result<Option<Vec<Location>>> { 564) -> Result<Option<Vec<Location>>> {
574 let file_id = params.text_document.try_conv_with(&world)?; 565 let position = params.text_document_position.try_conv_with(&world)?;
575 let line_index = world.analysis().file_line_index(file_id); 566 let line_index = world.analysis().file_line_index(position.file_id);
576 let offset = params.position.conv_with(&line_index);
577 567
578 let refs = match world.analysis().find_all_refs(FilePosition { file_id, offset })? { 568 let refs = match world.analysis().find_all_refs(position)? {
579 None => return Ok(None), 569 None => return Ok(None),
580 Some(refs) => refs, 570 Some(refs) => refs,
581 }; 571 };
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs
index d271b02fc..451be32a8 100644
--- a/crates/ra_lsp_server/tests/heavy_tests/main.rs
+++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs
@@ -37,9 +37,11 @@ use std::collections::Spam;
37 eprintln!("loading took {:?}", project_start.elapsed()); 37 eprintln!("loading took {:?}", project_start.elapsed());
38 let completion_start = Instant::now(); 38 let completion_start = Instant::now();
39 let res = server.send_request::<Completion>(CompletionParams { 39 let res = server.send_request::<Completion>(CompletionParams {
40 text_document: server.doc_id("src/lib.rs"), 40 text_document_position: TextDocumentPositionParams::new(
41 server.doc_id("src/lib.rs"),
42 Position::new(0, 23),
43 ),
41 context: None, 44 context: None,
42 position: Position::new(0, 23),
43 }); 45 });
44 assert!(format!("{}", res).contains("HashMap")); 46 assert!(format!("{}", res).contains("HashMap"));
45 eprintln!("completion took {:?}", completion_start.elapsed()); 47 eprintln!("completion took {:?}", completion_start.elapsed());