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
/
completions
/
flyimport.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refine `self`, `super` and `crate` completion in use paths
Lukas Wirth
2021-06-17
1
-1
/
+1
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
1
-2
/
+2
*
Fix some typos in flyimport docs
Kirill Bulatov
2021-06-12
1
-9
/
+9
*
Don't complete values in type position
Lukas Wirth
2021-06-08
1
-2
/
+1
*
Move more things into PathCompletionContext
Lukas Wirth
2021-06-07
1
-3
/
+3
*
Add MethodCall and FieldAccess variants to ImmediateLocation
Lukas Wirth
2021-06-02
1
-3
/
+3
*
Don't complete non-macro item paths in impls and modules
Lukas Wirth
2021-05-27
1
-1
/
+5
*
simplify
Lukas Wirth
2021-05-27
1
-6
/
+1
*
Collapse more CompletionContext booleans into enums
Lukas Wirth
2021-05-27
1
-2
/
+1
*
Add cov_marks to insert_use tests
Lukas Wirth
2021-04-20
1
-1
/
+1
*
Exclude inherent traits from flyimports
Kirill Bulatov
2021-04-16
1
-0
/
+23
*
Do not show flyimports in trait or impl declarations
Kirill Bulatov
2021-04-15
1
-0
/
+50
*
Fix typo
memoryruins
2021-04-07
1
-2
/
+2
*
Do not import on the fly during fields of record literal syntax
memoryruins
2021-04-06
1
-0
/
+43
*
Use smart case in flyimport items lookup
Kirill Bulatov
2021-03-21
1
-3
/
+58
*
Disable unqualified assoc items completion for now
Kirill Bulatov
2021-03-20
1
-1
/
+1
*
Do not propose assoc items without qualifiers
Kirill Bulatov
2021-03-20
1
-0
/
+32
*
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-4
/
+4
*
Less lifetines: derive SemanticsScope in place
Kirill Bulatov
2021-03-08
1
-3
/
+8
*
Restrict fuzzy qualifiers for now
Kirill Bulatov
2021-03-08
1
-4
/
+3
*
Test for fuzzy unresolved path maatch
Kirill Bulatov
2021-03-08
1
-0
/
+22
*
Fix the completion labels and tests
Kirill Bulatov
2021-03-08
1
-11
/
+23
*
Work towards better import labels
Kirill Bulatov
2021-03-08
1
-47
/
+54
*
Update the docs
Kirill Bulatov
2021-03-08
1
-0
/
+39
*
Simplify
Kirill Bulatov
2021-03-08
1
-25
/
+18
*
Refactor the import location
Kirill Bulatov
2021-03-08
1
-60
/
+5
*
Do not propose already imported imports
Kirill Bulatov
2021-03-08
1
-16
/
+7
*
Properly handle turbofishes in qualifiers
Kirill Bulatov
2021-03-08
1
-1
/
+1
*
Fix some tests
Kirill Bulatov
2021-03-08
1
-5
/
+60
*
Return more data about located imports
Kirill Bulatov
2021-03-08
1
-13
/
+10
*
Draft the qualifier import resolution
Kirill Bulatov
2021-03-08
1
-3
/
+81
*
Test and initial refactoring
Kirill Bulatov
2021-03-08
1
-3
/
+34
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-6
/
+4
*
Consider import prefix config settings during flyimports
Kirill Bulatov
2021-02-20
1
-2
/
+92
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+688