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

Is it possible to automatically replenish custom labels? #28

Closed
kola-web opened this issue Dec 12, 2023 · 6 comments
Closed

Is it possible to automatically replenish custom labels? #28

kola-web opened this issue Dec 12, 2023 · 6 comments

Comments

@kola-web
Copy link

Reference plan
"emmet.triggerExpansionOnTab": true, option in vscode

For example
enter
view press tab ->

@olrtg
Copy link
Owner

olrtg commented Dec 18, 2023

Hey! Sorry for the late response.. busy with work. I don't understand what you are trying to achieve. Can explain me in more detail?

@kola-web
Copy link
Author

kola-web commented Dec 19, 2023

The current emmet can only complete <div></div> <span></span> <p></p> these regular tags, but it cannot complete some custom tags such as <component></component>

@olrtg
Copy link
Owner

olrtg commented Dec 21, 2023

Such as? 👀
Sorry it seems that your message got cutted off

@kola-web
Copy link
Author

kola-web commented Dec 22, 2023

The current emmet can only complete

these regular tags, but it cannot complete some custom tags such as

Feel sorry

view -> <view></view> <component></component> <a-modal></a-modal>

Non-html regular tags like this can also be completed normally.

@olrtg
Copy link
Owner

olrtg commented Dec 24, 2023

Oh! I see what you're saying now but I don't think this is the responsibility of this language server though. Maybe this is something that we can include in nvim-emmet but I don't really know how this should be implemented because it'll depend on the completion plugin that you have.

Will move the close this issue to the other repo.

@kola-web
Copy link
Author

Thank you for your help

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

2 participants