Kirill Bulatov
|
eceaf94f19
|
More manual clippy fixes
|
2020-02-18 16:12:37 +02:00 |
|
Aleksey Kladov
|
88267c86c0
|
cleanup imports
|
2020-02-06 14:03:45 +01:00 |
|
Florian Diebold
|
18ec4e3403
|
Improve parameter hints a bit & add emacs support
- just include the name, not e.g. `mut`
- don't return empty hints (or `_`)
|
2020-01-18 13:40:32 +01:00 |
|
imtsuki
|
d854ad8f27
|
FnSignature: use unwrap_or_default for parameter_name_list
Signed-off-by: imtsuki <me@qjx.app>
|
2020-01-15 09:30:19 +08:00 |
|
imtsuki
|
c390e92fdd
|
Add inlay parameter name hints for function calls
Signed-off-by: imtsuki <me@qjx.app>
|
2020-01-15 01:18:52 +08:00 |
|
Roland Ruckerbauer
|
20b8d283ae
|
Remove hir usage from macro_rules! detection in structure_node()
|
2020-01-12 17:34:57 +01:00 |
|
Roland Ruckerbauer
|
15c5426b54
|
Use hir .path() and .name() to differentiate
macro call and macro definition
|
2020-01-12 17:34:57 +01:00 |
|
Roland Ruckerbauer
|
c6655c67d2
|
Added test for file_structure unidentified macro definition
|
2020-01-12 17:34:57 +01:00 |
|
Roland Ruckerbauer
|
db151763d4
|
Fix file_structure() to recognize macro_rules!
where first token != "macro_rules"
|
2020-01-12 17:34:57 +01:00 |
|
Edwin Cheng
|
d7be1a4372
|
Use attr location for builtin macro goto-imp
|
2020-01-12 18:08:53 +08:00 |
|
Jeremy Kolb
|
1b19a8aa5e
|
Implement proposed CallHierarchy feature
See: https://github.com/microsoft/vscode-languageserver-node/blob/master/protocol/src/protocol.callHierarchy.proposed.ts
|
2020-01-08 10:15:49 -05:00 |
|
Aleksey Kladov
|
7c25224f05
|
Don't bother with focus range for navigation to locals
|
2019-12-18 16:45:42 +01:00 |
|
Aleksey Kladov
|
88c5b1282a
|
Rename GenericParam -> TypeParam
We don't have LifetimeParam yet, but they are planned!
|
2019-12-07 20:25:48 +01:00 |
|
Aleksey Kladov
|
1692f07393
|
ToNav for GenericParam
|
2019-12-07 19:44:43 +01:00 |
|
ice1000
|
088f50c0ab
|
No block at the moment
|
2019-12-04 18:30:42 -05:00 |
|
ice1000
|
38853459e3
|
Add ModuleSource::Block
|
2019-12-04 18:30:42 -05:00 |
|
ice1000
|
009437f5d9
|
Replace ra_hir_expand::either with crate
|
2019-12-03 11:07:56 -05:00 |
|
Aleksey Kladov
|
ccd1b0800a
|
Rename Source -> InFile
|
2019-11-28 12:50:26 +03:00 |
|
Aleksey Kladov
|
1d14fd1737
|
Use Name::missing consistently
|
2019-11-27 23:22:20 +03:00 |
|
Aleksey Kladov
|
757e593b25
|
rename ra_ide_api -> ra_ide
|
2019-11-27 21:35:06 +03:00 |
|