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

Missing Intellisense when using SvelteUI >= 0.15.0 #470

Closed
BeeMargarida opened this issue Sep 29, 2023 · 3 comments
Closed

Missing Intellisense when using SvelteUI >= 0.15.0 #470

BeeMargarida opened this issue Sep 29, 2023 · 3 comments
Labels
bug Something isn't working priority regression

Comments

@BeeMargarida
Copy link
Member

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

Intellisense does not work when using svelteui after 0.15.0.

In which browser(s) did the problem occur?

No response

Steps To Reproduce

  1. Using VSCode or other editor with a LSP, start a svelte-kit project
  2. Install @svelteuidev/core and @svelteuidev/composables with version 0.15.0
  3. Use the code <Button>Click</Button>
  4. Try to set a prop in button, and notice that the autocomplete does not include any button prop

Do you know how to fix the issue

Yes

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Relevant Assets

No response

@BeeMargarida BeeMargarida added bug Something isn't working priority regression labels Sep 29, 2023
@BeeMargarida BeeMargarida moved this to In Progress in SvelteUI board Sep 29, 2023
@BeeMargarida BeeMargarida moved this from In Progress to Next in SvelteUI board Sep 29, 2023
@Brisklemonade
Copy link
Collaborator

Why is the intellisense not working?

@BeeMargarida
Copy link
Member Author

BeeMargarida commented Sep 30, 2023

Oh, forgot to submit the comment explaining, but the .svelte.d.ts files are not being generated for some components. A commit that changed the yarn.lock was the one that caused this.

This commit works. The next one doesn't.

EDIT: sorry, I was writing on the phone and the autocomplete introduced typos.

@BeeMargarida
Copy link
Member Author

Fixed in patch 0.15.4

@github-project-automation github-project-automation bot moved this from In Progress to Done in SvelteUI board Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority regression
Projects
Status: Done
Development

No branches or pull requests

2 participants