Autocomplete for Velo in VSCode

I’m recommending Tabnine plugin to all of you a AI auto complete for your codes. After I wrote more than 5000 lines with Tabnine it’s auto completing almost half of my codes.

What about Velo?
If you are coding Velo in VSCode like me this is very useful because for now we don’t have any integration or any plugin directly for Velo in VSCode or other IDEs (there is one but it’s a bit old and just autocomplete something) so this plugin would help to autocomplete a lot of thing for you codes.

Examples:


I was able to create all onReady with one tab click.


Another one for repeater callback (onItemReady) again just one tab click.

As you write it will be much better. (This plugin is not for Velo it’s general but because of we don’t have any autocomplete thing for Velo inside VSCode it’s beign very useful for Velo syntaxes)

Some stats:

For who need help about installing this: To install it in VSCode you can search for Tabnine in plugins tab (left side). And yes it’s free. (I’m also using free version)

And one more plugin for directly Velo is here: (Auto complete imports and $w(‘’) I’m also using this)

3 Likes

Also GitHub copilot is a great helper👍