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

Support component auto-completion while editing template #52

Open
ShenQingchuan opened this issue Aug 11, 2023 · 0 comments
Open

Support component auto-completion while editing template #52

ShenQingchuan opened this issue Aug 11, 2023 · 0 comments

Comments

@ShenQingchuan
Copy link
Member

ShenQingchuan commented Aug 11, 2023

Requirement description

Let's see the usage example below:

function Comp() {
  return vine`
    <|
    // ^ Cursor is here and waiting for input a component name 
    // No matter if it is a Vine component or a SFC based component, as long as a valid Vue component.
  `
}

We'd like to provide a list of components that resolved by language service here in VSCode.

@ShenQingchuan ShenQingchuan added this to the release-v0.1.0 milestone Aug 11, 2023
@ShenQingchuan ShenQingchuan modified the milestones: release-v0.1.0, release-v0.2.0 Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant