lifeart / vsc-ember-syntax

Ember Syntax For VS Code
https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-glimmer-syntax
MIT License
12 stars 8 forks source link

This plugin prevents the Glint plugin from operating properly #27

Open csprocket777 opened 2 years ago

csprocket777 commented 2 years ago

OS: macOS Monterey 12.5.1 Editor: VSCode 1.71.0 Plugins:

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.

Related

I also opened an issue in the Glint repo: issue

evoactivity commented 8 months ago

I see completions for my component arguments when using a gts file but not a hbs file.

image
kdagnan commented 1 week ago

Also still having this issue