Skip to content

Hide unhygenic tokens generated by macros from symbol search #17272

@jkelleyrtp

Description

@jkelleyrtp

Due to lifetime issues, our macros need to generate a variety of intermediary structs/statics. These show up in symbol search, which clutters up the search significantly. These are technically unhygenic.

I would be happy to fix this with a little bit of guidance.

In this screenshot, I can't actually find the Template struct I'm looking for since the list is filled with the intermediate TEMPLATE object we make in the macro.
Screenshot 2024-05-21 at 5 20 43 PM

It's not just dioxus macros, it's every macro. This is for tracing:
Screenshot 2024-05-21 at 5 28 14 PM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions