aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass Documentation up to LSP and add "rust" to our codeblocks thereJeremy Kolb2019-01-301-0/+19
* rename source_file -> parseAleksey Kladov2019-01-261-1/+1
* rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-261-1/+1
* fold syntax database into files databaseAleksey Kladov2019-01-261-1/+1
* postfix completiongfreezy2019-01-211-1/+2
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-13/+1
* remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-151-11/+8
* fix usages after renameAleksey Kladov2019-01-081-0/+77