about summary refs log tree commit diff
path: root/crates/ra_ide_api/src/completion.rs
AgeCommit message (Expand)AuthorLines
2019-02-25rename type to type_alias in the AST as wellAleksey Kladov-1/+1
2019-02-24complete patternsAleksey Kladov-0/+2
2019-02-24move testing functionsAleksey Kladov-0/+3
2019-02-24introduce completion presentationAleksey Kladov-0/+1
2019-02-24complete struct literalsAleksey Kladov-0/+2
2019-02-12Filter attributes from the completion details/labelLaurențiu Nicola-0/+3
2019-02-12Fix some typosPascal Hertleif-1/+1
2019-02-12Implement completion for associated itemsLaurențiu Nicola-0/+22
2019-01-29Pass Documentation up to LSP and add "rust" to our codeblocks thereJeremy Kolb-0/+19
2019-01-26rename source_file -> parseAleksey Kladov-1/+1
2019-01-26rename FilesDatabase -> SourceDatabaseAleksey Kladov-1/+1
2019-01-26fold syntax database into files databaseAleksey Kladov-1/+1
2019-01-21postfix completiongfreezy-1/+2
2019-01-19refactor completions to use TextEdit instead of InsertTextgfreezy-13/+1
2019-01-15remove Canceled from impl of ra_ide_apiAleksey Kladov-11/+8
2019-01-08fix usages after renameAleksey Kladov-0/+77