godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.52k stars 149 forks source link

Improve ability to open docs in editor #510

Closed DaelonSuzuka closed 9 months ago

DaelonSuzuka commented 10 months ago

This PR improves the ability to open in-editor docs in various situations.

Currently it opens a webview with the docs for just <Class>.<symbol>, but I'm working on opening the full docs for <Class> and then scrolling to <symbol>.

Code_M9KHZBvq9r

DaelonSuzuka commented 9 months ago

I decided to re-implement this in #529.