I am currently working on a VSCode extension, and I would like to utilize the abilities of Intellisense (Pylance in this case) to help with a feature in my extension. I simply want to capture the output of Pylance so I can pass it as an argument into a VSCode extension function. I am unsure how it would be possible to capture Intellisense output. Another interesting question would be whether it is possible to alter Intellisense output directly: could you adjust how Intellisense is displayed with a VSCode extension?
In short: Is it possible to capture Intellisense output and/or alter Intellisense output is displayed using a VSCode extension?