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

Can it show comment information when typing props? #4663

Closed
joy-yu opened this issue Aug 8, 2024 · 2 comments · Fixed by #4796
Closed

Can it show comment information when typing props? #4663

joy-yu opened this issue Aug 8, 2024 · 2 comments · Fixed by #4796
Labels
feature request Request new features

Comments

@joy-yu
Copy link
Contributor

joy-yu commented Aug 8, 2024

What problem does this feature solve?

There are no additional information to display when typing props.

image

Is that possible to show extra information just like data in current file.
image

What does the proposed solution look like?

No solution.

@joy-yu joy-yu added the feature request Request new features label Aug 8, 2024
joy-yu added a commit to joy-yu/language-tools that referenced this issue Aug 23, 2024
@joy-yu
Copy link
Contributor Author

joy-yu commented Aug 23, 2024

I studied the source code and implemented this function simply.

I found that the CompletionItem documentation only support markdown style, so we must transfer comment and jsdoc info to markdown manually.

Perhaps there are still many undiscovered edge cases. Is the official interested in fully implementing and testing it?

image

joy-yu added a commit to joy-yu/language-tools that referenced this issue Aug 23, 2024
joy-yu added a commit to joy-yu/language-tools that referenced this issue Aug 23, 2024
vuejs#4663

fix: hyphenateAttr
@ferferga
Copy link
Contributor

ferferga commented Sep 2, 2024

@joy-yu Hello! Can you make a PR for this please? It would be great to have this upstreamed!

joy-yu added a commit to joy-yu/language-tools that referenced this issue Sep 3, 2024
joy-yu added a commit to joy-yu/language-tools that referenced this issue Sep 3, 2024
joy-yu added a commit to joy-yu/language-tools that referenced this issue Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request new features
Projects
None yet
2 participants