-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
[Take Over mode] Not inserting *
on enter in JSDoc
#974
Comments
I'm just curios. How it compares to builtin TypeScript plugin? I can see that files are not being downloaded / patched from vscode repo. I also wonder why original TS plugin isn't being patched by using something like monkey patch. If the implementation is independent, is it possible to expect some extra features that we have been waiting for years, such as correct sorting of suggestions or disabling import suggestions from specific library? EDIT: Just got some thoughts from #471. However "hacking" into ext and ext reload after each update (that occurs once a month) wasn't so bad solution IMO. |
Can you reproduce this problem in https://github.com/johnsoncodehk/volar-starter?
We need to be consistent with VSCode, because their designed behavior is verified by more users, and changing it in volar might be counterproductive.
Svelte is also looking a way to avoid it, I think we will not go back. 😅 |
Can't repro anymore, everything works perfectly. Have no idea why it didn't work before. |
I think it was changed in microsoft/vscode#125748. |
TS: Pressing enter in
|
position inserts asterisk in new line.This is not a case when take over mode is enabled.
The text was updated successfully, but these errors were encountered: