godot icon indicating copy to clipboard operation
godot copied to clipboard

Godot DAP "Completions Request" from the DAP spec is not implemented

Open van800 opened this issue 1 year ago • 0 comments

Tested versions

Reproducible on master after https://github.com/godotengine/godot/pull/97585 is merged, because the ability to evaluate expressions in debugger was introduced.

System information

All OS

Issue description

"Completions Request" from the DAP spec is not implemented

Steps to reproduce

Start debugging with DAP in vscode. Stop on a brakepoint In the Watch area try to type self. and there would be no completion.

Minimal reproduction project (MRP)

Empty project with a scene and one gd script is enough.

van800 avatar Oct 04 '24 17:10 van800