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

Fix completion not working for non-HTML files #292

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

absszero
Copy link
Contributor

@absszero absszero commented Jun 29, 2024

When adding a new file type to "css.enabledLanguages". Ex.

"css.enabledLanguages": [
    "vue",
    "html"
]

Auto completion only trigger outside HTML attributes . Ex.

<template>
    <a class="text-link"  | ></a>
</template>

It will not trigger within HTML attributes.
(Only works when Vue language extensions are not installed.)

<template>
    <a class="text-link | " ></a>
</template>

@absszero absszero changed the title Fixed completion not working for non-HTML files Fix completion not working for non-HTML files Jun 30, 2024
@ecmel ecmel merged commit fb2022d into ecmel:master Nov 6, 2024
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

Successfully merging this pull request may close these issues.

2 participants