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_api
/
src
/
completion
/
completion_item.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add function signature to CompletionItem detail
Jeremy A. Kolb
2019-01-22
1
-0
/
+4
*
Move docs to Function
Jeremy Kolb
2019-01-22
1
-3
/
+2
*
Thread documentation through FnSignature and CompletionItem
Jeremy Kolb
2019-01-22
1
-0
/
+5
*
Teach CompletionItem about documentation
Jeremy Kolb
2019-01-22
1
-0
/
+16
*
postfix completion
gfreezy
2019-01-21
1
-0
/
+6
*
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
2019-01-20
1
-12
/
+18
*
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
2019-01-19
1
-74
/
+36
*
ignore unused methods
gfreezy
2019-01-19
1
-0
/
+3
*
refactor completions to use TextEdit instead of InsertText
gfreezy
2019-01-19
1
-88
/
+122
*
remove Cancelable from navigation target
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
args -> params
Florian Diebold
2019-01-12
1
-1
/
+1
*
Complete inherent methods
Florian Diebold
2019-01-12
1
-1
/
+6
*
actually produce missing def kinds
Aleksey Kladov
2019-01-11
1
-0
/
+20
*
dont complete () if they are already there
Aleksey Kladov
2019-01-10
1
-1
/
+1
*
show field types in completion
Aleksey Kladov
2019-01-09
1
-2
/
+9
*
add completion detail
Aleksey Kladov
2019-01-09
1
-0
/
+12
*
fix usages after rename
Aleksey Kladov
2019-01-08
1
-0
/
+244