-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comment inserted without the leading /**
.
#240
Comments
Confirming this is an issue in current releases VS Code: 1.83.1 |
It seems to conflict with the setting "Editor: Auto Closing Comments" Workaround: set it to "never" and PHP DocBlocker works again.
|
Thanks for working out the root cause @Korkman we may be able to detect the setting and adjust appropriately I'll see if I can replicate it myself |
Hmm, just tried on 1.83.1 changing that option to always instead of what I have it as which is the default |
Are there any other settings you have which may be relevant to replicate the issue? |
My setting was |
In isolation that setting doesn't cause a problem something else must be causing this, perhaps another plugin or something otherwise it would be broken for everybody which doesn't seem to be the case |
When generating the DocBlock comment, the comment it's inserted without the leading
/**
.It used to work fine a couple of weeks ago.
Here a video of the issue:
https://drive.google.com/file/d/1i6paU614UJD5Xs6Xi9VIRnraPRNDXzXc/view?usp=drive_link
VS Code version: 1.83.1
OS: Kubuntu 22.04
PHP DocBlocker verison: 2.7.0
The text was updated successfully, but these errors were encountered: