VSCode Godot docs extension C#
altamkp
Feb 04 2024 17:18 GMT+8
Hi all! 😎
I have a created a VS Code extension that shows a link to the respective online documentation when hovering on any C# Godot keywords. Please check out the extension in the marketplace or visit the Github repository.
Cheers 💙
Godot Docs for C#
Hover on C# Godot keywords in VS Code to show link to online documentation.
Features
- Supports links to classes, properties, methods, signals, constants and enums
- Redirects to documentations of the corresponding Godot version
Requirements
- C# Extension for Visual Studio Code
- Projects created with Godot Engine (.NET version)
Installation
- VS Code marketplace (recommended)
- Github releases