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

emmet.showExpandedAbbreviation: never doesn't disable Emmet abbreviation autocomplete #154

Closed
karlhorky opened this issue Nov 13, 2021 · 1 comment

Comments

@karlhorky
Copy link

Hi there, first of all, thanks for this plugin! Very nice to have CSS features in JS/TS 🙌

I am using this plugin via the vscode-styled-components extension (styled-components/vscode-styled-components#57 introduced Emmet into this extension)

However, I do not want to use Emmet at all. I don't mind if it would just appear and not break my workflow, but it causes some very strange things to happen when typing h1, h2, h3 within a css tagged template literal:

Kapture.2021-11-12.at.21.12.08.mp4

Apparently it should possible to disable Emmet with the settings below (which should work according to the VS Code docs and the typescript-styled-plugin docs)

  "emmet.showExpandedAbbreviation": "never",

However, this doesn't work.

The only way to disable this is with the following settings, which also disables other suggestions:

  "editor.quickSuggestions": {
    "other": false
  }

Originally reported over at styled-components/vscode-styled-components#331

@mjbvz
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants