Verse doesnt have any vscode intellicode

Hey guys! Whenever I try to code with verse in vscode (opened using this button:
image
)

There is no intellicode. Like, if i go to type Print
Nothing pops up.
Heres an example:


In videos I see, they have auto complete. How do i enable it? I’ve got the .VSIX and the extension.

My guess is the auto-complete is a work in progress. It doesn’t seem to know what context you’re in very well. it might pull out a correct autocomplete once in a blue moon but mixed in will be some things that definitely shouldn’t be there e.g. class methods from a class you aren’t in at the time. I ignore it but you will still get type errors.

1 Like

Yeah, Just found if for say, I type var. Then it works. But yeah, I appreciate the reply.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.