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
/
ra_ide
/
src
/
completion.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary condition
Aleksey Kladov
2020-05-04
1
-17
/
+14
*
Separate macros completion from other
Kirill Bulatov
2020-05-02
1
-15
/
+17
*
Adds attribute completions (#3941)
Roberto Vidal
2020-04-24
1
-0
/
+2
*
Move CompletionConfig to a separate module
Aleksey Kladov
2020-04-24
1
-19
/
+4
*
feat: improve dot completions with scoring
Benjamin Coenen
2020-04-17
1
-3
/
+0
*
feat: improve dot completions with scoring
Benjamin Coenen
2020-04-16
1
-3
/
+3
*
feat: improve dot completions in a struct literal expression
Benjamin Coenen
2020-04-15
1
-1
/
+1
*
Improve autocompletion by looking on the type and name, change implementation...
Benjamin Coenen
2020-04-12
1
-0
/
+3
*
Better naming for scope completion
Aleksey Kladov
2020-04-07
1
-2
/
+2
*
Better naming for path completion
Aleksey Kladov
2020-04-07
1
-4
/
+4
*
Unite record completion logic into a single module
Kirill Bulatov
2020-04-01
1
-64
/
+2
*
Split draft
Kirill Bulatov
2020-04-01
1
-0
/
+60
*
Better names for config structs
Aleksey Kladov
2020-03-31
1
-5
/
+5
*
Make naming more uniform
Aleksey Kladov
2020-03-12
1
-2
/
+2
*
Introduce completion test utils
Aleksey Kladov
2020-03-11
1
-2
/
+2
*
Add a test for disabled argument snippets
Aleksey Kladov
2020-03-11
1
-1
/
+1
*
Introduce CompletionOptions
Aleksey Kladov
2020-03-10
1
-2
/
+23
*
Refactor primary IDE API
Aleksey Kladov
2020-02-26
1
-3
/
+1
*
Added a utility function that can be used to determine the missing impl items.
Kevin DeLorey
2020-02-09
1
-1
/
+1
*
Merge branch 'master' into kdelorey/complete-trait-impl
Kevin DeLorey
2020-02-09
1
-2
/
+3
|
\
|
*
cleanup imports
Aleksey Kladov
2020-02-06
1
-2
/
+3
*
|
Renamed the trait completion mod.
Kevin DeLorey
2020-01-23
1
-2
/
+2
*
|
Added basic support for completing `fn` for trait impl.
Kevin DeLorey
2020-01-23
1
-0
/
+3
|
/
*
rename ra_ide_api -> ra_ide
Aleksey Kladov
2019-11-27
1
-0
/
+77