Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variant in for loop is not colour coded. #82506

Closed
produno opened this issue Sep 28, 2023 · 0 comments · Fixed by #82516
Closed

Variant in for loop is not colour coded. #82506

produno opened this issue Sep 28, 2023 · 0 comments · Fixed by #82516

Comments

@produno
Copy link

produno commented Sep 28, 2023

Godot version

v4.2.dev5.official [e3e2528]

System information

Godot v4.2.dev5 - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 31.0.15.3742) - 13th Gen Intel(R) Core(TM) i7-13700K (24 Threads)

Issue description

When using Variant in a for loop, it does not use the correct colour. (It is grey instead of green)

It is also worth noting that ctrl and clicking on a Variant type does not take you to the docs page.

Steps to reproduce

Do a for loop and use Variant as the type.

for i: Variant in loop:
    pass

Minimal reproduction project

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants