-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
Labels
Milestone
Comments
Just to record, this is a regression from #94082 |
The necessary fix is already part of #96693 |
@rpc()
It is still broken in 4.4dev3 |
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
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
The text was updated successfully, but these errors were encountered: