Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Show all the class content of the element concel when hover #27

@t1gu1

Description

@t1gu1

Is your feature request related to a problem? Please describe.
In Tailwind you can have a concep of hover:, active:, etc.
A nice way to work with that is to split these "states" on different line.

My problem here is it's actually hard to work with it when it's conceal.

image

Describe the solution you'd like
I love the conceal, but I would love to see only all the style in the current block im working on.

Kinda like that: (But without but in vim normal mode)
image

Describe alternatives you've considered
I could toggle manually the conceal.. but It display ALLL the styles.
Also if I can skip an action, i will take it.

Additional context
Here is an example:

className="
        color-red-400 bg-black                  // Default
        hover:color-blue-400 bg-yellow    // Hover
        active:color-sky-100 
        focus:color-fuchsia-500
"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions