Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Emmet suggestions do not use snippets  #36

Closed
@mjbvz

Description

@mjbvz

Steps to reproduce

  1. For the code

    import * as styled from 'styled-components'
    
    export const Button = styled.button`
        bdlw
    `
  2. Trigger suggest on bdlw

Expected

import * as styled from 'styled-components'

export const Button = styled.button`
    border-left-width: |;
`

Where | is the cursor

Actual

import * as styled from 'styled-components'

export const Button = styled.button`
    border-left-width: ;|
`

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions