mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Half of code-actions
This commit is contained in:
parent
66be735aa9
commit
23c06db9c2
5 changed files with 139 additions and 57 deletions
|
@ -5,7 +5,8 @@ use url_serde;
|
|||
pub use languageserver_types::{
|
||||
request::*, notification::*,
|
||||
InitializeResult, PublishDiagnosticsParams,
|
||||
DocumentSymbolParams, DocumentSymbolResponse
|
||||
DocumentSymbolParams, DocumentSymbolResponse,
|
||||
CodeActionParams,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue