Open zengbo opened 1 year ago
Environment: VSCode: 1.78.0 Setting: "editor.formatOnPaste": true "editor.formatOnType": true,
Issue: When I paste some code, declare(strict_types=1); is added to the line before the code.
declare(strict_types=1);
Environment: VSCode: 1.78.0 Setting: "editor.formatOnPaste": true "editor.formatOnType": true,
Issue: When I paste some code,
declare(strict_types=1);
is added to the line before the code.