Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP Suggestions #604

Open
leepfrog opened this issue Jul 21, 2023 · 0 comments
Open

LSP Suggestions #604

leepfrog opened this issue Jul 21, 2023 · 0 comments

Comments

@leepfrog
Copy link

leepfrog commented Jul 21, 2023

I'm using glint with Neovim LSP and made the following observations:

  • Suggestions for app-local components work (eg: import FooComponent from 'myapp/components/foo-component)
  • Suggestions for typescript / js modules do not work (eg: import Component from '@glimmer/component')
  • Suggestions for html tags do not work (eg: <div>)
  • (Unrelated) Suggestions for typescript modules in TypeScript files recommend the wrong import path

Example of HTML tags:
autosuggest-html

Example of TS modules:
autosuggest-typescript

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

No branches or pull requests

1 participant