Skip to content

Add support for React className sintaxe and others #21

@rafaelfndev

Description

@rafaelfndev

Hi, is possible add support for React sintaxe? When I write $, the quotes are converted to backticks, but I always need to add the curly braces so that the syntax is correct. Is it possible to add support to make this work automatically?

See the video:

backticks.js.mp4

Expected:

<div className={`test ${className}`}></div>

Current:

<div className=`test ${className}`></div>

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions