Send Open File as Prompt #929
danielrosehill
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An idea for a command palace item and a right-click context menu functionality.
To explain the idea, I'll explain my use.
I like using voice-to-text and have gotten into the habit of writing a lot of my more detailed code generation prompts as markdown files.
Although it risks introducing irrelevant context to the project, I like to gather these in a folder which I usually call
dev-prompts
I also use this method for writing out requested fixes and writing feature ideas and then simply pointing to these as context.
Basically, like this:
To support this workflow, it would be really useful to have a command palette item, which copied the current file's text contents and began a new task with it injected as the prompt.
Beta Was this translation helpful? Give feedback.
All reactions