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`.