You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By making finding and reading documentation easier in VS Code we reduce context switching, make continuous learning more integrated, and make documentation more interactive.
Core concepts
Expand the docs shown in API autocomplete to their own space, easier to read and navigate (like Docs View).
Look up concepts, tutorials, and guides that don't fit into API docs.
While the secondary side bar available makes the UX a bit easier, the main challenge of making this easy to discover for users who need it, but unobtrusive for .
Expanding on the core concepts
When documentation is open source, show contribution touch points (like the Edit button in VS Code docs).
Make source code examples in docs copy-able/interactive/etc with VS Code (including images).
Educators can create course material to read, run, and complete within VS Code.
API docs for 1st party and dependencies can be generated by language-specific extensions.
Extensions could provide endpoints for documentation discovery, like Open Search.
By making finding and reading documentation easier in VS Code we reduce context switching, make continuous learning more integrated, and make documentation more interactive.
Core concepts
While the secondary side bar available makes the UX a bit easier, the main challenge of making this easy to discover for users who need it, but unobtrusive for .
Expanding on the core concepts
Extensions that provide something similar:
Current state of longer docs in suggestions (default off, enabled via
^Space
):The text was updated successfully, but these errors were encountered: