forked from kevb34ns/auto-comment-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Describe the bug
When in PHP and having this module enabled, if I press Ctrl+/, it uses /**/ style comments instead of just adding // to the start of the line. This is quite an annoying change from the default behavior.
To Reproduce
Steps to reproduce the behavior:
- Go to a PHP file
- Click on a line of code
- Press Ctrl+/
- Do the same without the module enabled.
Expected behavior
A clear and concise description of what you expected to happen. The behavior should be the same as it was before. There's no reason to use a multiline comment for a single line.
Additional context