-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add entire file to context when no text is selected #2
base: main
Are you sure you want to change the base?
Conversation
Handles empty selection case Calls addEntireFileToContext function Improves user experience Maintains existing functionality
* Draft #1 on updating welcome.md file * Draft #2 of welcome.md: deleted a few shortcuts, put shortcuts in table format, and made tutorial line pop out more using bold and font size. * fixed wrong shortcut display * Update extensions/vscode/media/welcome.md --------- Co-authored-by: Duke Pan <59063950+Fryingpannn@users.noreply.github.com>
* Draft #1 on updating welcome.md file * Draft #2 of welcome.md: deleted a few shortcuts, put shortcuts in table format, and made tutorial line pop out more using bold and font size. * fixed wrong shortcut display * Update extensions/vscode/media/welcome.md * did issue continuedev#214 --------- Co-authored-by: Duke Pan <59063950+Fryingpannn@users.noreply.github.com>
We need this on the UI! Instead of directly just inserted in the background. Indicate that current file is tagged already. And user can press X on it to remove it as well. Maybe on top of the chatbox prompt location, all the context can be indicated there. *Edit: see new update in comment below |
@amovfx Yo, what is your discord tag 👀 Would you like to keep working on this? We migrated repo to be direct fork so we had to migrate the PRs. The commit is still yours, but just PR I had to reopen 😃 I think for this, we want to make the behaviour as such:
|
@Fryingpannn Just leaving a comment for documentation reasons stating that I am going to finish working on is. |
s/o charl |
trypear/pearai-app#81
Original PR by @amovfx
Handles empty selection case
Calls addEntireFileToContext function
Improves user experience
Maintains existing functionality
*Edit by Pan:
Behaviour wanted
Description ✏️
Added addEntireFileToContext to addHighlightedCodeToContext when nothing is selected.