Aleksey Kladov
|
61e1474ab3
|
fix typos in mbe tests
|
2019-05-28 18:46:11 +03:00 |
|
Ville Penttinen
|
946b5789d1
|
Move completion label functions to display
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
f4aa15c16b
|
Move FunctionSignature creation to display
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
0e49abb7fb
|
Refactor CallInfo function signatures to new FunctionSignature type
This is used by CallInfo to create a pretty printed function signature that can
be used with completions and other places as well.
|
2019-04-09 14:45:04 +03:00 |
|
Aleksey Kladov
|
9e213385c9
|
switch to new rowan
|
2019-04-01 12:06:24 +03:00 |
|
Aleksey Kladov
|
78f10fcdc4
|
rename type to type_alias in the AST as well
|
2019-02-25 13:49:32 +03:00 |
|
Aleksey Kladov
|
330ce2e26b
|
complete patterns
|
2019-02-24 23:50:02 +03:00 |
|
Aleksey Kladov
|
d5f6a5f5e2
|
move testing functions
|
2019-02-24 21:54:13 +03:00 |
|
Aleksey Kladov
|
d0a261468e
|
introduce completion presentation
This module should remove completion rendering boilerplate from the
"brains" of completion engine.
|
2019-02-24 18:51:38 +03:00 |
|
Aleksey Kladov
|
65a2be4953
|
complete struct literals
|
2019-02-24 17:01:56 +03:00 |
|
Laurențiu Nicola
|
040fb91387
|
Filter attributes from the completion details/label
|
2019-02-12 20:35:10 +02:00 |
|
Pascal Hertleif
|
4fd3613434
|
Fix some typos
|
2019-02-12 15:02:57 +01:00 |
|
Laurențiu Nicola
|
7e8527f748
|
Implement completion for associated items
|
2019-02-12 12:51:01 +02:00 |
|
Jeremy Kolb
|
b88ba007cc
|
Pass Documentation up to LSP and add "rust" to our codeblocks there
|
2019-01-29 21:39:09 -05:00 |
|
Aleksey Kladov
|
9457b1f0e6
|
rename source_file -> parse
|
2019-01-26 11:51:36 +03:00 |
|
Aleksey Kladov
|
4711cbcace
|
rename FilesDatabase -> SourceDatabase
|
2019-01-26 11:20:30 +03:00 |
|
Aleksey Kladov
|
be1a005ebd
|
fold syntax database into files database
|
2019-01-26 11:09:39 +03:00 |
|
gfreezy
|
5d1a63c695
|
postfix completion
|
2019-01-21 13:19:51 +08:00 |
|
gfreezy
|
d08e81cdd8
|
refactor completions to use TextEdit instead of InsertText
|
2019-01-19 22:02:50 +08:00 |
|
Aleksey Kladov
|
0bb170a277
|
remove Canceled from impl of ra_ide_api
|
2019-01-15 21:09:51 +03:00 |
|
Aleksey Kladov
|
5b573deb20
|
fix usages after rename
|
2019-01-08 22:33:36 +03:00 |
|