Integrate Popular Macro Assists. #16797
wyatt-herkamp
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related Issue #13341
I am proposing we build in some assists and other intellisense features for popular macros.
Proposed Macros/ Libraries we intergrate.
What I would like to see is some assist on Attribute inputs. For example with serde
All the expansion would still happen in the compiled proc_macro but this would allow for hinting.
Another example would be with thiserror
As mentioned in #13341. If the return type doesn't implement
From<SomeError>
we could suggest adding the value to the return type if it was an enum.This will not be a perfect solution to the problem of proc macro intellisense, But it would make using some of these very popular libraries a little easier.
Beta Was this translation helpful? Give feedback.
All reactions