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

Autocomplete mensajes para sends malformados #174

Open
ivojawer opened this issue Aug 6, 2024 · 1 comment
Open

Autocomplete mensajes para sends malformados #174

ivojawer opened this issue Aug 6, 2024 · 1 comment
Labels
bug Something isn't working component: autocomplete Autocomplete / Code Assist component

Comments

@ivojawer
Copy link
Contributor

ivojawer commented Aug 6, 2024

Quedo pendiente de #165

Con un test asi:

  test "something" {
    prueba = "hola"


    assert.equals(
      prueba.,
      4
    )
  }

Al invocar el autocomplete con prueba. los mensajes que ofrece son los de el singleton assert

@ivojawer ivojawer added bug Something isn't working component: autocomplete Autocomplete / Code Assist component labels Aug 6, 2024
@PalumboN
Copy link
Contributor

PalumboN commented Aug 6, 2024

Related #167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: autocomplete Autocomplete / Code Assist component
Projects
None yet
Development

No branches or pull requests

2 participants