autocomplete problem with type command
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
So my problem is that when inserting some text using type command, autocomplete seems active and destroy my flow.
For exemple: the output of this macros is "something()" i don't want the closing parentheses.
```
"macros" : {
"doStuff": [{
"command": "type", "args": { "text" : "something("}
}]
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the `type` command used by the `doStuff` macro and reproduce the example where typing `something(` produces an unwanted closing parenthesis. Check how the command interacts with VS Code autocomplete, then verify that inserted text no longer changes the macro's intended output while normal typing remains unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100