Skip to content
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 opened this issue Feb 17, 2018 · 3 comments
Closed

Emmet suggestions do not use snippets #36

mjbvz opened this issue Feb 17, 2018 · 3 comments
Assignees
Labels

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Feb 17, 2018

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: ;|
`
@mjbvz
Copy link
Contributor Author

mjbvz commented Feb 17, 2018

Probably depends on microsoft/TypeScript#21999 as well

@iahu
Copy link

iahu commented Jun 27, 2019

for me

export const Button = styled.button`
    bdlw
`

will be

export const Button = styled.button`
    <bdlw></bdlw>
`

what's the problem?

@mjbvz
Copy link
Contributor Author

mjbvz commented Apr 4, 2023

Closing as this package has been deprecated in favor of the official styled-components/typescript-styled-plugin fork

After updating to that fork, follow up in the styled-components repo if this is still an issue

@mjbvz mjbvz closed this as completed Apr 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants