formulahendry / formulahendry/vscode-acp
按tab键时不要发送请求,否则带参数的命令无法执行
Open
- Dominant language
- TypeScript
- Stars
- 378
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
按tab键时不要发送请求,而是将所选命令输出在编辑框内,并在后面添加一个空格,用户可以在后面输入命令所需要的参数,按回车以后再发送完整的命令。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the VS Code editor's Tab handling and the request-sending path. Change the interaction so Tab places the selected command and a trailing space in the editor, while Enter sends the completed command with its parameters; verify that Tab no longer sends a request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100