rust/crates/rust-analyzer
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
..
src Transition OnEnter to WorkspaceSnippetEdit 2020-05-21 15:08:03 +02:00
tests/heavy_tests Transition OnEnter to WorkspaceSnippetEdit 2020-05-21 15:08:03 +02:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Better structure 2020-05-15 01:58:39 +02:00