• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CSS 代码提示和补全问题

New Here ,
Nov 13, 2017 Nov 13, 2017

Copy link to clipboard

Copied

第一行属性经常出现无法补全的情况:

Snipaste_2017-11-13_15-02-14.png

此时回车有时会直接换行,仅仅第一个属性会出现这种情况。

Snipaste_2017-11-13_15-03-09.png

已经输入 background:url 了,第一行提示仍然是取色器:

Snipaste_2017-11-13_15-04-29.png

希望代码提示能更人性化一些,如:常用的属性能靠前显示

Snipaste_2017-11-13_15-07-40.png

希望DW能越来越出色

Views

255

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Nov 13, 2017 Nov 13, 2017

The css code hints are behaving correctly.

The background property is displaying code hints in the correct order according to the W3C css 2.1 specs, in which the color property should be the first item in the list, the properties should be entered in the following order -

color, image, repeat, attatchment, position.

font is also a shorthand property.

widows is a css 3 property -

https://developer.mozilla.org/en-US/docs/Web/CSS/widows

Votes

Translate

Translate
LEGEND ,
Nov 13, 2017 Nov 13, 2017

Copy link to clipboard

Copied

LATEST

The css code hints are behaving correctly.

The background property is displaying code hints in the correct order according to the W3C css 2.1 specs, in which the color property should be the first item in the list, the properties should be entered in the following order -

color, image, repeat, attatchment, position.

font is also a shorthand property.

widows is a css 3 property -

https://developer.mozilla.org/en-US/docs/Web/CSS/widows

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines