vlang / vls

V language server. (Old V language server - see v-analyzer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

array `.map` and `.filter`methods not appearing in autocomplete

Sarctiann opened this issue · comments

Arrays methods .map .filter and all others that implements it
this methods have a placeholder in builtin Look here

should be a way to get to include them on the autocomplete suggestions

I briefly looked into it and symbols are not created for those functions. Will try to narrow it down later today.

autocomplete is also missing for these array functions:
clone any all repeat insert prepend trim clear delete_many delete delete_last first last pop reverse reverse_in_place join

See https://github.com/vlang/v/blob/master/doc/docs.md#arrays

Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.