I am trying to make a VS code extension.
In this extension I am interested in printing VS Code IntelliSense suggestions as an array to the debug console when the user types or ask for suggestions with ctrl+space
.
Is this possible and if so where should I look?