rust/crates/rust-analyzer/src/main_loop
Aleksey Kladov 4b495da368 Transition OnEnter to WorkspaceSnippetEdit
This also changes our handiling of snippet edits on the client side.
`editor.insertSnippet` unfortunately forces indentation, which we
really don't want to have to deal with. So, let's just implement our
manual hacky way of dealing with a simple subset of snippets we
actually use in rust-analyzer
2020-05-21 15:08:03 +02:00
..
handlers.rs Transition OnEnter to WorkspaceSnippetEdit 2020-05-21 15:08:03 +02:00
pending_requests.rs Rename folder 2020-02-18 12:37:45 +01:00
subscriptions.rs Don't clone where you can copy 2020-04-02 21:07:05 +03:00