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
/
snapshots
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add module documentation support
Jeremy A. Kolb
2019-01-25
1
-0
/
+26
*
EnumVariant details for completion
Jeremy A. Kolb
2019-01-25
2
-5
/
+73
*
Display type when completing tuples
Jeremy Kolb
2019-01-24
1
-0
/
+40
*
Fix snap
Jeremy A. Kolb
2019-01-23
1
-5
/
+5
*
Add a bunch of new documentation to completions
Jeremy A. Kolb
2019-01-23
1
-6
/
+14
*
don't insert parens for self methods
Aleksey Kladov
2019-01-23
4
-12
/
+38
*
fix completion bugs
gfreezy
2019-01-23
24
-128
/
+138
*
Add function signature to CompletionItem detail
Jeremy A. Kolb
2019-01-22
14
-30
/
+64
*
Update snaps
Jeremy A. Kolb
2019-01-22
44
-176
/
+385
*
Fix .not postfix completion
Florian Diebold
2019-01-21
3
-6
/
+6
*
postfix completion
gfreezy
2019-01-21
3
-29
/
+209
*
fix tests
gfreezy
2019-01-20
7
-18
/
+18
*
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
2019-01-20
39
-257
/
+257
*
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
2019-01-19
39
-647
/
+522
*
refactor completions to use TextEdit instead of InsertText
gfreezy
2019-01-19
42
-0
/
+2052