Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vulkan API DocsNew to Visual Studio Code? Get it now.
Vulkan API Docs

Vulkan API Docs

sndels

|
1,638 installs
| (0) | Free
Vulkan API documentation action to the editor context menu (C, C++).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vulkan-api-docs

Adds a VSCode editor context menu action that tries to open the Vulkan API doc url for the symbol under the cursor in C and C++ files.

Features

The action tries opening docs for both the raw symbol and simple mappings assuming a preceding vk::-namespace or object. for a method call like in vulkan-hpp. Opens all potentially matching docs: running on e.g. the method call in cmd.buildAccelerationStructuresKHR(...) opens both vkCmdBuildAccelerationStructuresKHR and vkBuildAccelerationStructuresKHR.

Known Issues

Lag between docs opening if more than one are opened. Seems like an intentional feature in vscode.env.openExternal().

Release Notes

0.1.1

Readme cleanup

0.1.0

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft