aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/typing
Commit message (Collapse)AuthorAgeFilesLines
* KISS SourceChangeAleksey Kladov2020-05-221-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 WorkspaceSnippetEditAleksey Kladov2020-05-211-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 testsAleksey Kladov2020-05-051-1/+2
|
* Normalize naming of diagnosticsAleksey Kladov2020-05-051-1/+1
|
* Convert code to text-sizeAleksey Kladov2020-04-251-3/+3
|
* Continue multiline non-doc comment blocksAleksey Kladov2020-03-111-3/+35
|
* Split on enter testsAleksey Kladov2020-03-111-15/+28
|
* Move on enter to a separate moduleAleksey Kladov2020-03-111-0/+171