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

[IDE] No auto completion #422

Open
MartinX3 opened this issue Jul 2, 2023 · 1 comment
Open

[IDE] No auto completion #422

MartinX3 opened this issue Jul 2, 2023 · 1 comment

Comments

@MartinX3
Copy link

MartinX3 commented Jul 2, 2023

Describe the bug
Using IntelliJ with its Volar Typescript service.
I don't get auto completion for the QCalendar.
It also claims the html tag us unknown.
But it compiles fine and I see the calendar on the website.

To Reproduce
Steps to reproduce the behavior:

  1. Use IntelliJ
  2. Write the QCalendar tag
  3. See the warning

Expected behavior
Auto completion

Screenshots
N/A

Additional context
The auto completion of quasar just works fine.
Maybe because of the Quasar Tools Plugin?
https://plugins.jetbrains.com/plugin/19084-quasar-tools

@MartinX3
Copy link
Author

Also the templates in the QCalendar show errors.
As example:
<template #column-header-after="{ scope: { timestamp } }">
shows me

Volar: Element implicitly has an 'any' type because expression of type '"column-header-after"' can't be used to index type '{}'. Property 'column-header-after' does not exist on type '{}'.

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