Closed
Description
OS: macOS Monterey 12.5.1
Editor: VSCode 1.71.0
Plugins:
- Glint v0.9.1
- Glimmer Templates Syntax for VS Code v1.0.7
Context
I have an ember-cli-typescript project that is consuming a glint enabled addon.
Expected
When trying to use the addon, I'm looking for completion suggestions from the Glint plugin (ex: <my-component @[...expect completion suggestions here]></my-component>
).
What's happening
Instead I'm getting suggestions from history and other plugins but nothing from Glint.
Disabling the Glimmer Templates Syntax plugin allows glint to return completion suggestions.
Related
I also opened an issue in the repo of Glimmer Templates Syntax for VS Code
: issue