-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Do not support Chinese symbol jump #705
Comments
Do you mean Ctrl + clicking does not work on identifiers that are in Chinese? |
@wayrboy Please at least paste your example code so I can try and reproduce the problem. |
@Calinou yes |
extends Label class 工作类: class test: var 工作 = 工作类.new() var t = test.new() does not work on identifiers that are in Chinese |
After studying for a while, adding some rules to regular expressions can solve the problem of high grammar, but it still has not solved the problem of fast jump. Please tell me what to do |
I cannot fix the fast jump feature because that's provided by the Language Server, which is a part of the Engine. I'm still thinking about the right way to fix the syntax highlighting, because if I make that change, I will also have to make it in hundreds of other rules, and I won't do that without being certain what the effects will be. |
Godot version
4.3stable
VS Code version
1.86.1
Godot Tools VS Code extension version
2.1
System information
windows 11
Issue description
Steps to reproduce
The text was updated successfully, but these errors were encountered: