Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplication | Aleksey Kladov | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | More consistent usage of fixtures | Aleksey Kladov | 2020-06-24 | 1 | -0/+2 |
| | |||||
* | Use fixtures more | Aleksey Kladov | 2020-06-24 | 1 | -8/+5 |
| | |||||
* | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 1 | -8/+3 |
| | |||||
* | KISS SourceChange | Aleksey Kladov | 2020-05-22 | 1 | -4/+1 |
| | | | | | | The idea behind requiring the label is a noble one, but we are not really using it consistently anyway, and it should be easy to retrofit later, should we need it. | ||||
* | Transition OnEnter to WorkspaceSnippetEdit | Aleksey Kladov | 2020-05-21 | 1 | -16/+13 |
| | | | | | | | | 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 | ||||
* | Fixup tests | Aleksey Kladov | 2020-05-05 | 1 | -1/+2 |
| | |||||
* | Normalize naming of diagnostics | Aleksey Kladov | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -3/+3 |
| | |||||
* | Continue multiline non-doc comment blocks | Aleksey Kladov | 2020-03-11 | 1 | -3/+35 |
| | |||||
* | Split on enter tests | Aleksey Kladov | 2020-03-11 | 1 | -15/+28 |
| | |||||
* | Move on enter to a separate module | Aleksey Kladov | 2020-03-11 | 1 | -0/+171 |