axetroy / axetroy/vscode-comment-autocomplete
[User experience] /** */ completion problem.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Description
When I disable this extension, I can type `/**` and enter for:
```js
/**
*
*/
```
but when I enable this extension, this feature is break, like the demo below.

I have to type `/**`, then `left key` to close the completion, and then `right key` and enter for what I want.
## Wanted
Don't break the original feature or give the:
```js
/**
*
*/
```
completion highest priority.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the completion behavior in VS Code with the extension disabled and enabled, using the /** example and the linked demo as reference. Trace the extension's completion handling to find where it overrides the built-in JSDoc completion; done means enabling the extension still produces the /**, *, and */ block without the extra left/right key workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100