Auto hint (auto complete) for VB.Net

I need autohint for vb.net . How can I achieve auto hint(auto complete) for vb.net.
Something like intellisense

1 Like

I’ve just pushed a patch that registers the keywords that the VB mode knows about as completion targets. That should slightly help (you can now just include show-hint.js and run the autocomplete command on an editor in vb mode.) But for more advanced completion, which knows about variables in scope and maybe even properties, you’d have to write the completion logic yourself.

Can anybony tell me how do I need to do to custom the auto hint for vb.net. Do I need to create vb-hint.js?