Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css] prioritize CSS properties by usage/value #50240

Closed
chrisfay opened this issue May 21, 2018 · 2 comments
Closed

[css] prioritize CSS properties by usage/value #50240

chrisfay opened this issue May 21, 2018 · 2 comments
Assignees
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling feature-request Request for new features or functionality
Milestone

Comments

@chrisfay
Copy link

Issue Type: Bug

e.g. when I type 'back' I get background-attachment as the first suggestion instead of background. Similarly if I type 'align' I get 'align-content' over the more used 'align-items'. Atom correctly prioritizes these properties and this is my biggest complaint after switching to VCS as I'm constantly inserting the wrong properties when writing css/sass.

VS Code version: Code 1.23.1 (d0182c3, 2018-05-10T16:03:31.083Z)
OS version: Darwin x64 17.4.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (8 x 2800)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 3
Memory (System) 16.00GB (0.21GB free)
Process Argv /Applications/Visual Studio Code.app/Contents/MacOS/Electron -psn_0_3273503
Screen Reader no
VM 0%
Extensions (12)
Extension Author (truncated) Version
code-settings-sync Sha 2.9.2
jslint ajh 1.2.1
vscode-eslint dba 1.4.9
gitlens eam 8.3.2
vscode-html-css ecm 0.2.0
tslint eg2 1.0.29
ecdc mit 0.12.0
python ms- 2018.4.0
debugger-for-chrome msj 4.4.3
vscode-icons rob 7.23.0
vscode-sass-format sas 1.1.4
JavaScriptSnippets xab 1.6.0

(4 theme extensions excluded)

@jrieken jrieken assigned aeschli and unassigned jrieken May 29, 2018
@jrieken
Copy link
Member

jrieken commented May 29, 2018

@aeschli - given equal prefix-match-scores the logic falls back to the provider sort order.

@aeschli aeschli changed the title [Intellisense] Sort CSS properties by usage/value, not simply alphabetical [css] prioritize CSS properties by usage/value May 30, 2018
@aeschli aeschli added the css-less-scss Issues and items concerning CSS,Less,SCSS styling label May 30, 2018
@aeschli aeschli added this to the Backlog milestone May 30, 2018
@aeschli aeschli added the feature-request Request for new features or functionality label May 30, 2018
@aeschli
Copy link
Contributor

aeschli commented Oct 9, 2019

duplicate of #3145

@aeschli aeschli closed this as completed Oct 9, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants