I’ve been searching for days and i’m going absolutely crazy with the atrocious documentation of yocode and have been searching within the classes documentation and tried my best to find something relevant to fail.
What i’m trying to achieve:
I simply just want a console log to show the item that was provided for intellisense autocompletion upon clicking ‘Enter’.
This is for custom languages and i just need a way to determine if something was chosen and what type of autcompletion was done.
This is not for my own intellisense autocompletion, but rather for pre-existing ones.
vscode.languages.getCompletionItems
But it seems it’s more for my own custom made items rather than existing ones.
This should work for any language and not only javascript
Wuiwui is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.