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

Auto-completion for arrays does not works #107

Closed
gavr123456789 opened this issue Apr 28, 2020 · 1 comment · Fixed by #110
Closed

Auto-completion for arrays does not works #107

gavr123456789 opened this issue Apr 28, 2020 · 1 comment · Fixed by #110
Labels

Comments

@gavr123456789
Copy link

Describe the bug
Auto-completion for arrays does not works

Software
OS and version (e.g. Ubuntu 20.04): arch
Code editor (e.g. VSCode): VSCode
Vala Language Server (e.g. git commit, or PPA/AUR version): workflow-improvements branch
Vala version (valac --version): 0.48.4

To Reproduce

    string[] splitted2 = "asd:dsa".split(":");
    splitted2.

изображение

@Prince781 Prince781 added the bug label Apr 28, 2020
Prince781 added a commit that referenced this issue Apr 28, 2020
@Prince781
Copy link
Member

It looks like arrays required some special handling.

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

Successfully merging a pull request may close this issue.

2 participants