Replies: 1 comment
-
Related: #15452. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This might be a naive question/suggestion. Is it possible to have completion of derive attributes, and functional completion within their values?
For example,
clap
's derive macro has a huge list of undocumented attributes which are drawn from itsbuilder
API's public interface. If it weren't for the lack of completion, it would feel like an elegant, very well-designed API—as it is, devX is extremely lackluster compared to thebuilder
API because rust-analyzer doesn't help you out.Beta Was this translation helpful? Give feedback.
All reactions