I'm attempting to write a VSCode extension and I need to search all of the code in the directory for certain keywords. Basically, I want to simulate the results of running a search in the sidebar (ctrl+shift+f
) and store that in a variable.
I've looked through the docs multiple times but maybe I overlooked something?
Any help would be majorly appreciated!
Thanks in advance,
jmoore914