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

Make use of both detail and documentation fields #238180

Open
meganrogge opened this issue Jan 17, 2025 · 1 comment
Open

Make use of both detail and documentation fields #238180

meganrogge opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality terminal-suggest

Comments

@meganrogge
Copy link
Contributor

When we have a command that has both a description and a path, we should show those both similar to what the editor does.

We'd need to add documentation to our API.

* A human-readable string with additional information
* about this item, like type or symbol information.
*/
detail?: string;
/**
* A human-readable string that represents a doc-comment.
*/
documentation?: string | MarkdownString;

Image

@meganrogge
Copy link
Contributor Author

cc @Tyriar

@meganrogge meganrogge self-assigned this Jan 17, 2025
@meganrogge meganrogge added feature-request Request for new features or functionality terminal-suggest labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality terminal-suggest
Projects
None yet
Development

No branches or pull requests

1 participant