-
-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
Description
Godot version
4.4
VS Code version
1.105.17075
Godot Tools VS Code extension version
2.5.1
System information
Debian Trixie (Linux)
Issue description
I'm unable to search in Godot documentation using the usual Find UI that's built-in to VSC.
I am able to open and type into it with CTRL + F. However, even if I type words that I can clearly see are present in the webview, it returns no results.
I'd expect to be able to search for keywords in the documentation.
Steps to reproduce
- Invoke the Godot Tools: List Godot classes command.
- Search something like AnimationPlayer.
- Do CTRL + F. (This should open in the built-in Find UI.)
- In the Find UI, search something like animation.
- Observe that it has no results.
JoeStone13