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 may overwrite existing property name or value. #2628

@RaymondLim

Description

@RaymondLim
  1. In a CSS rule set the cursor at the very first position on a line that already has a property name and property values. (eg. | margin: 0 auto; where | is the cursor position)
  2. Press Ctrl+Space to invoke the CSS code hints.
  3. Select any property that has more than 4 characters (the default indent size == 4 spaces in my example).

Result: The selected property name replaces anything from the cursor position until the length of the selected property and thus partially overwrites the existing property.

Expected: Should not replace any character in the page since it is a new insertion.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions