-
Notifications
You must be signed in to change notification settings - Fork 98
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
Documentation in the VSCode - core, std, and current project #1466
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DmitryVasilevsky
requested review from
billti,
idavis,
minestarks,
sezna and
cesarzc
as code owners
May 2, 2024 20:37
Benchmark for b82bb5cClick to view benchmark
|
billti
reviewed
May 2, 2024
Benchmark for ea73fa3Click to view benchmark
|
Benchmark for d41a21eClick to view benchmark
|
Benchmark for 966fe17Click to view benchmark
|
Benchmark for bd0f7d6Click to view benchmark
|
billti
reviewed
May 8, 2024
billti
reviewed
May 8, 2024
DmitryVasilevsky
changed the title
First version of the documentation in the VSCode
Documentation in the VSCode - core, std, and current project
May 8, 2024
Benchmark for 9f01650Click to view benchmark
|
billti
reviewed
May 8, 2024
Benchmark for 42b87feClick to view benchmark
|
Benchmark for b4d5e76Click to view benchmark
|
Benchmark for 9e30e27Click to view benchmark
|
Benchmark for 529fcefClick to view benchmark
|
sezna
reviewed
May 13, 2024
sezna
reviewed
May 13, 2024
sezna
reviewed
May 13, 2024
sezna
reviewed
May 13, 2024
sezna
reviewed
May 13, 2024
sezna
reviewed
May 13, 2024
billti
reviewed
May 13, 2024
Co-authored-by: Alex Hansen <alex@alex-hansen.com>
billti
approved these changes
May 13, 2024
sezna
approved these changes
May 13, 2024
Benchmark for 60d87e7Click to view benchmark
|
Benchmark for 03c8156Click to view benchmark
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds "Q#: Show API documentation" command to the command palette (F1). This command opens WebView window with concatenated documentation autogenerated from all doc comments for the standard library and currently opened project. It is searchable via FindWidget (Ctrl+F). This PR also enables FindWidget for all other WebView windows.
Future work: