index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide_completion
/
src
/
item.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to disable import insertion on single path glob imports
Lukas Wirth
2021-06-18
1
-1
/
+1
*
Remove SyntaxRewriter usage in insert_use in favor of ted
Lukas Wirth
2021-04-20
1
-4
/
+4
*
Use CompletionTextEdit::InsertAndReplace if supported by the client
Lukas Wirth
2021-04-08
1
-1
/
+1
*
completion relevance distinguish between exact type match and could unify
Josh Mcguigan
2021-03-26
1
-20
/
+39
*
increase completion relevance for items in local scope
Josh Mcguigan
2021-03-14
1
-2
/
+35
*
update relevance score u8 -> u32
Josh Mcguigan
2021-03-12
1
-2
/
+2
*
add relevance score test
Josh Mcguigan
2021-03-12
1
-0
/
+60
*
remove unused CompletionScore enum
Josh Mcguigan
2021-03-12
1
-8
/
+0
*
add completion relevance score
Josh Mcguigan
2021-03-12
1
-11
/
+44
*
use references in CompletionItem's builder
yonip23
2021-03-11
1
-17
/
+17
*
Future proof completion scores
Aleksey Kladov
2021-03-09
1
-11
/
+47
*
Cleanup auto-ref in completion
Aleksey Kladov
2021-03-09
1
-5
/
+8
*
Cleanup
Aleksey Kladov
2021-03-09
1
-4
/
+4
*
Cleanup
Aleksey Kladov
2021-03-09
1
-5
/
+2
*
Rebase leftovers
Kirill Bulatov
2021-03-08
1
-5
/
+2
*
Cleanup
Kirill Bulatov
2021-03-08
1
-6
/
+0
*
Fix the completion labels and tests
Kirill Bulatov
2021-03-08
1
-20
/
+21
*
Work towards better import labels
Kirill Bulatov
2021-03-08
1
-20
/
+23
*
Return more data about located imports
Kirill Bulatov
2021-03-08
1
-15
/
+13
*
Make group imports configurable
asv
2021-03-07
1
-7
/
+4
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+450