Hi I found this great https://gist.github.com/PEZ/9ddc84f43f017cfa2c64efe81b02e057 courtesy of the creators post, https://www.reddit.com/r/vscode/comments/1ghi0j9/joyride_lets_you_script_a_feature_like_fuzzy_file/ but I am new to Clojure and Joyride, is it possible that this script could be modified so that it could fuzzy find on multiple strings to better emulate Telescope functionality from Neovim?
Sorry for radio silence! But I think I answered you on Reddit? Or asked you, I should say. Since I don’t understand the question fully. Generally a Joyride script can do anything that a VS Code extension can do. The fuzzy find in the example there relies fully on VS Code fuzzy find for quick-pick menus. Which may mean that fuzzy finding on multiple strings is not within reach with this technique.