godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.62k stars 2.99k forks source link

Creating signals does generate code in external editor VS Code #9451

Open victorliu5296 opened 1 month ago

victorliu5296 commented 1 month ago

Your Godot version: Godot Engine v4.2.2.stable.mono.official.15073afe3

Issue description: I am reading the English documentation of Godot 4.2 stable, specifically the tutorial "Your first 2D game". There is a warning indicating that creating a signal does not correctly generate the callback function in an external editor:

image However, it worked fine for me with the following setup:

image

I figured that this might be revisited.

URL to the documentation page: https://docs.godotengine.org/en/stable/getting_started/first_2d_game/03.coding_the_player.html#preparing-for-collisions

skyace65 commented 1 month ago

Please comment on the engine bug for that issue which is still open https://github.com/godotengine/godot/issues/41283. I'd like to refrain from removing this note until that issue is closed.

QuotientParadox commented 1 month ago

Works fine for me too Screenshot from 2024-06-12 14-03-15