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

Autocompletion is broken when entering @rpc() #96818

Closed
MarkoGrbec opened this issue Sep 10, 2024 · 5 comments · Fixed by #96693
Closed

Autocompletion is broken when entering @rpc() #96818

MarkoGrbec opened this issue Sep 10, 2024 · 5 comments · Fixed by #96693

Comments

@MarkoGrbec
Copy link

Tested versions

Reproducible in 4.4.1dev and 4.4.2dev
Not reproducible in 4.3

System information

Linux manjaro and android

Issue description

When you type:
@rpc()
It works fine
But when you type: rel
It doesn't suggest reliable but everything else.
It should suggest reliable

Steps to reproduce

Type:
@rpc(rel)

Minimal reproduction project (MRP)

@rpc("reliable") func test(): pass

@dalexeev dalexeev added this to the 4.4 milestone Sep 10, 2024
@github-project-automation github-project-automation bot moved this to For team assessment in GDScript Issue Triage Sep 10, 2024
@dalexeev dalexeev moved this from For team assessment to Up for grabs in GDScript Issue Triage Sep 10, 2024
@dalexeev
Copy link
Member

CC @HolonProduction

@matheusmdx
Copy link
Contributor

Just to record, this is a regression from #94082

image

@HolonProduction
Copy link
Member

The necessary fix is already part of #96693

@HolonProduction HolonProduction moved this from Up for grabs to Fix pending review in GDScript Issue Triage Sep 11, 2024
@Calinou Calinou changed the title Intellisense is broken at @rpc Autocompletion is broken when entering @rpc() Sep 18, 2024
@github-project-automation github-project-automation bot moved this from Fix pending review to Done in GDScript Issue Triage Oct 2, 2024
@MarkoGrbec
Copy link
Author

It is still broken in 4.4dev3

@HolonProduction
Copy link
Member

The fix isn't part of the dev3 build, you will have to wait for dev4.

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

Successfully merging a pull request may close this issue.

4 participants