Lukas Wirth
|
661d721e20
|
Add completion module tailored towards use trees
|
2022-02-03 15:51:57 +01:00 |
|
Lukas Wirth
|
6940cca760
|
Move attribute path completions into attribute completion module
|
2022-02-03 15:50:14 +01:00 |
|
Lukas Wirth
|
51419c1931
|
Don't complete attributes with existing expressions
|
2022-01-11 19:03:21 +01:00 |
|
Lukas Wirth
|
d3e538638a
|
fix: Don't duplicate attribute completions
|
2021-12-17 15:22:53 +01:00 |
|
Lukas Wirth
|
0001a42570
|
fix: Fix lint completions not working for unclosed attributes
|
2021-12-11 15:55:25 +01:00 |
|
Lukas Wirth
|
1f254dd855
|
feat: Enable flyimport completions for attributes
|
2021-12-05 15:57:28 +01:00 |
|
Lukas Wirth
|
e4f2d0e3a8
|
Introduce SymbolKind::Derive
|
2021-12-04 18:18:09 +01:00 |
|
Lukas Wirth
|
ebd63ec1cf
|
feat: Make unqualified derive attributes flyimportable
|
2021-10-29 14:51:26 +02:00 |
|
Lukas Wirth
|
bed6eae304
|
Fix qualified lint completions ignoring the qualifier value
|
2021-10-20 14:03:41 +02:00 |
|
Lukas Wirth
|
3dfe5045c5
|
Derive completions work on hir, not names
|
2021-10-19 13:50:08 +02:00 |
|
Lukas Wirth
|
99906baa17
|
Fix clippy attribute completions always prefixing with clippy::
|
2021-10-17 13:07:49 +02:00 |
|
Lukas Wirth
|
845904f0bb
|
fix: do not complete builtin attributes for qualified paths
|
2021-09-14 00:31:14 +02:00 |
|
Hirochika Matsumoto
|
1f238b3bb5
|
Complete #![recursion_limit = "N"] over #![recursion_limit = N]
|
2021-09-05 18:05:06 +09:00 |
|
Lukas Wirth
|
317b0c2e6d
|
Move attribute completion tests
|
2021-07-15 16:27:01 +02:00 |
|