array `.map` and `.filter`methods not appearing in autocomplete
Sarctiann opened this issue · comments
Sebastian Atlántico commented
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
Jakub Jabłoński commented
I briefly looked into it and symbols are not created for those functions. Will try to narrow it down later today.
Vincent Schneider commented
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
JalonSolov commented
Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.