aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/postfix
Commit message (Collapse)AuthorAgeFilesLines
* Fix feature description inconsistencyBrandon2021-05-011-1/+1
|
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
|
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
| | | | example: let x: String = String::from("hello world").into();
* some clippy::performance fixesMatthias Krüger2021-03-151-1/+1
| | | | | | | use vec![] instead of Vec::new() + push() avoid redundant clones use chars instead of &str for single char patterns in ends_with() and starts_with() allocate some Vecs with capacity to avoid unneccessary resizing
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+287
We don't have completion-related PRs in flight, so lets do it