Zack @zackery.dev · Sep 15

Really convenient LSP feature when learning Go. If you attempt to get the length of an array with ".len" and press tab it automatically expands to len(array)!

1 likes 0 replies

?