sr-assist-prompt READMEExtension which organizes and prompts snippets, shells, and readme instructions. It provides an assist prompt facility where assist items are prompted as ghost text and then selected from the keyboard and possibly with a hover provider. This extension also organizes assist items into a tree where the user navigates the tree to find and select the desired assist item. Featuresbuildnpm run compile or f5 to launch extension in debug mode Installationbrowse to this link: https://marketplace.visualstudio.com/items?itemName=SteveRichter.sr-assist-prompt click install or CTRL+SHIFT+P type "Extensions: Install from VSIX..." select the .vsix file you created publish
features
todo2026-03-26
done - Import snippets from github repo at extension activation and copy to vscode snippets folder.
Provide a command that lists the names of each added snippet. Write the list to browser, similar to how 2026-03-25 done - rename from sr-snippet-prompt to sr-assist-prompt since it will contain more than just snippets. It will also contain shell commands and step by step instructions.
shellsshell type prompt items contain instructions for how to create a new file with source code or a new folder with templated source files. |