From 130ad8279e9100f40b804cf719d6df47df530688 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Fri, 6 Dec 2019 09:30:53 -0800 Subject: [PATCH] Release notes for microsoft/vscode#3145 --- release-notes/images/1_41/css-ranking-by-popularity.png | 3 +++ release-notes/v1_41.md | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 release-notes/images/1_41/css-ranking-by-popularity.png diff --git a/release-notes/images/1_41/css-ranking-by-popularity.png b/release-notes/images/1_41/css-ranking-by-popularity.png new file mode 100644 index 0000000000..a723a7f864 --- /dev/null +++ b/release-notes/images/1_41/css-ranking-by-popularity.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489fc3179afb6e284e045e420c16df43530f9249c83fa3cef804150e9c52a68d +size 214093 diff --git a/release-notes/v1_41.md b/release-notes/v1_41.md index 8ea6aef5a8..eb17b4e8f3 100644 --- a/release-notes/v1_41.md +++ b/release-notes/v1_41.md @@ -212,6 +212,14 @@ Theme: Sapphire, Font: Hack ## Languages +### Ranking of auto-completed CSS properties + +CSS auto-completion now ranks properties by their popularity: + +![css-ranking-by-popularity](images/1_41/css-ranking-by-popularity.png) + +The usage data is sourced from [ChromeStatus.org](https://www.chromestatus.com/metrics/css/popularity). + ### JSON To avoid performance issues with large files, the JSON language support has an upper limit of folding regions and document symbols (for outline, breadcrumb) it computes. By the default, the limit is 5000, but you can change the limit with the setting `json.maxItemsComputed`.