quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
421 stars 116 forks source link

[IDE] No auto completion #422

Open MartinX3 opened 1 year ago

MartinX3 commented 1 year ago

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 commented 11 months ago

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 '{}'.