MoonshotAI / MoonshotAI/kimi-code
[Feature Request]: Support Drag & Drop to Insert File/Folder Paths into the Chat
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 1.2k
- Avg merge
- 11h 53m
- Merged PRs (30d)
- 350
Description
What feature would you like to see?
It would be very useful if the VS Code extension supported drag & drop for files and folders directly into the chat input.
The proposed behavior is simple: when a user drags a file or folder into the chat, the extension should automatically insert its path into the current message.
This would eliminate the need to use Copy Path or Copy Relative Path, reducing the number of steps required and significantly speeding up the workflow when referencing project files.
Example:
Drag src/services/UserService.ts into the chat.
The following is automatically inserted into the message: src/services/UserService.ts
This small quality-of-life improvement would make interacting with the coding agent faster and more natural, especially in large projects where referencing files and directories is a frequent task.
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the VS Code extension code that handles the chat input and file or folder references; the issue does not name specific files or tests. Trace how paths are currently inserted, then verify that dragging a file or folder inserts its path into the current message without requiring Copy Path or Copy Relative Path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100