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

[4.0] GDScript syntax autocomplete is broken #51996

Closed
Xartorx opened this issue Aug 22, 2021 · 6 comments · Fixed by #52022 or #53223
Closed

[4.0] GDScript syntax autocomplete is broken #51996

Xartorx opened this issue Aug 22, 2021 · 6 comments · Fixed by #52022 or #53223

Comments

@Xartorx
Copy link
Contributor

Xartorx commented Aug 22, 2021

Godot version

v4.0.dev.custom_build [e63f7dc]

System information

Win 10 / 1080 Ti

Issue description

#51970 broke both syntax highlight and code autocomplete
2a5c64f and earlier commits are fine

out.mp4

Steps to reproduce

N/A

Minimal reproduction project

N/A

@sairam4123
Copy link

Can confirm in b4cea1077.

@Calinou Calinou pinned this issue Aug 23, 2021
@Calinou Calinou unpinned this issue Aug 23, 2021
@Xartorx
Copy link
Contributor Author

Xartorx commented Aug 23, 2021

Halfway there! 👍 Highlighting is fixed, but autocomplete is still broken:

out.mp4

@Calinou Calinou reopened this Aug 23, 2021
@Calinou Calinou changed the title [4.0] GDScript syntax highlight and autocomplete is broken [4.0] GDScript syntax autocomplete is broken Aug 23, 2021
@Calinou Calinou pinned this issue Aug 23, 2021
@KoBeWi
Copy link
Member

KoBeWi commented Aug 23, 2021

Wasn't it like that before? I recall the autocompletion being very unreliable on master.

@akien-mga akien-mga unpinned this issue Sep 13, 2021
@himaghnam
Copy link

it still does not work for me in the recent pre-alpha 2, win10

@KoBeWi
Copy link
Member

KoBeWi commented Sep 19, 2021

I noticed that you need to press Ctrl + Space, otherwise autocompletion doesn't appear.

@himaghnam
Copy link

himaghnam commented Sep 19, 2021

ok it does work with ctrl+space but one need to type something first for autocomplete box to appear and it only works with "colon : " and not with "period . "

I noticed that you need to press Ctrl + Space, otherwise autocompletion doesn't appear.

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