Skip to content

[css] add semicolon on value completion #32200

@DamianPereira

Description

@DamianPereira
  • VSCode Version: Code 1.14.2 (cb82feb, 2017-07-19T23:26:08.116Z)
  • OS Version: Linux x64 4.4.0-89-generic

Steps to Reproduce:

  1. Trigger a sugestion for a value of a css property (for example, writing c after align-items: )
  2. Select a suggestion from the list (for example: center)
  3. Now you have to write ;

It would be nice if selecting suggestions added the semi colon at the end automatically, like atom does on css/scss files. AFAIK there's no way to configure this in current VSCode, maybe a setting could be provided if it's too strong for a default.

Metadata

Metadata

Assignees

Labels

css-less-scssIssues and items concerning CSS,Less,SCSS stylingfeature-requestRequest for new features or functionalityon-testplan

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions