Skip to content

Annotate a page with an inlay hint if its layout comes from a default layout #67

@bitspittle

Description

@bitspittle

If you have code like this:

@file:Layout(".components.layouts.PageLayout")

package playground.pages

plus this:

package playground.pages

@Page
@Composable
fun HomePage() { ... }

you might not realize that the home page has a layout.

There should also be a way to go from the annotation / hint to the target layout class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    IDE: AnnotationSomething like a virtual annotation or inlay hint

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions