Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

CSS code hints overwrite 1 char too many on current line #2875

@peterflynn

Description

@peterflynn
  1. Start with this code, all on one line: body {margin:0}
  2. Place the cursor between "0" and "}"
  3. Type ;col
  4. Select 'color' from the code hint popup

Result: "}" is overwritten, so the code is now body {margin:0;color:

Expected: the code is now body {margin:0;color:}

If there are more chars after the "}" they're preserved though... e.g. body {margin:0}div{} -> body {margin:0;color:div{}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions