VS Code extension for API Blueprint files.
It helps you to navigate in large API doc files easier using the VS Code Outline view. This extension adds the sections of the API doc to the Outline view in a hierarchical tree structure. On clicking an item in the tree will quickly jump the cursor to the line in the active editor tab where editing the .apib
file.
Add hierarchical document tree in the VS Code Outline view.
Works with:
- Sections:
# <identifier>
- Nested sections
- Requests:
+ Request <identifier>
- Data Structures
- Object:
## <named-type> (object)
- Enum:
## <named-type> (enum)
- Object:
No requirements or dependencies to use this extension.
This extension contributes the following settings:
- None
There are no known issues, yet.
Users appreciate release notes, so here is some:
Initial release of this extension...