aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/typing
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Rename ra_text_edit -> text_editAleksey Kladov2020-08-121-1/+1
|
* Continue non-doc comments with trailing spaceAleksey Kladov2020-07-171-8/+59
|
* Remove duplicationAleksey Kladov2020-06-241-2/+2
|
* More consistent usage of fixturesAleksey Kladov2020-06-241-0/+2
|
* Use fixtures moreAleksey Kladov2020-06-241-8/+5
|
* Less rust-analyzer specific onEnterAleksey Kladov2020-05-251-8/+3
|
* 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