mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Simple scope completion
This commit is contained in:
parent
ac226021cf
commit
71722c047f
5 changed files with 34 additions and 2 deletions
|
@ -11,6 +11,7 @@ pub use languageserver_types::{
|
|||
WorkspaceSymbolParams,
|
||||
TextDocumentPositionParams,
|
||||
TextEdit,
|
||||
CompletionParams, CompletionResponse,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue