-
Notifications
You must be signed in to change notification settings - Fork 35
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
please somehow render any links for the dependencies #27
Comments
[UPDATED]
Are they rendered in WebUI now? And one thing to mention, even if we have rendered a link in the textbox, it's regarded as plain text. We have to seek for other ways to navigate users to the guides. |
Please check the documentation.
FWIW I don't see the value of rendering the link the proposed format. It works very well in the IDE where you have a full screen to browse through the available dependencies and figure out what they do by clicking links on them. |
Is this issue still valid? We currently have a button for each dependency that opens _links.reference.href, and I believe that within our design simplicity intentions, it achieves what's asked here. |
yes, the reference link can be opened as below: Actually, there are already buttons for reference, sample, home. This issue should be fine to close. vscode-spring-initializr/src/DependencyManager.ts Lines 138 to 162 in 04f6c3d
|
the dependencies (sometimes) have things like links to documentation or guides.
Maybe it could be rendered in the 2 line textbox for the suggested dependency?
The text was updated successfully, but these errors were encountered: