Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>css-inlayhintNew to Visual Studio Code? Get it now.
css-inlayhint

css-inlayhint

Nicolette86132

| (0) | Free
A LSP implementation for CSS inlay hints
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

css-inlayhint

!!!THIS EXTENSION IS STILL IN DEVELOP!!!

!!!此项目仍在开发中,欢迎意见!!!

!!!THIS IS A TEST VERSION!!!

This extension previews the CSS inlay hints generated by the css-inlayhint workspace.

Usage

Open a CSS file in VS Code and enable inlay hints. The extension will provide the hints produced by the workspace scheduler.

Source

  • Repository: https://github.com/Ebotian/css-inlayhint

开发进度:

{
  "matchedCount": 57,
  "totalCount": 518,
  "matchedProperties": {
    "animation": true,
    "background": true,
    "background-attachment": true,
    "background-blend-mode": true,
    "background-position": true,
    "background-position-x": true,
    "background-position-y": true,
    "background-repeat": true,
    "background-size": true,
    "border-bottom-left-radius": true,
    "border-bottom-right-radius": true,
    "border-color": true,
    "border-radius": true,
    "border-spacing": true,
    "border-style": true,
    "border-top-left-radius": true,
    "border-top-right-radius": true,
    "border-width": true,
    "grid-area": true,
    "grid-column": true,
    "grid-column-end": true,
    "grid-column-start": true,
    "grid-row": true,
    "grid-row-end": true,
    "grid-row-start": true,
    "grid-template": true,
    "margin": true,
    "padding": true,
    "transition": true,
    "animation-range": true,
    "container": true,
    "corner-block-end-shape": true,
    "corner-block-start-shape": true,
    "corner-bottom-shape": true,
    "corner-inline-end-shape": true,
    "corner-inline-start-shape": true,
    "corner-left-shape": true,
    "corner-right-shape": true,
    "corner-top-shape": true,
    "inset": true,
    "inset-block": true,
    "inset-inline": true,
    "margin-block": true,
    "margin-inline": true,
    "offset-rotate": true,
    "padding-block": true,
    "padding-inline": true,
    "scroll-margin": true,
    "scroll-margin-block": true,
    "scroll-margin-inline": true,
    "scroll-padding": true,
    "scroll-padding-block": true,
    "scroll-padding-inline": true,
    "scroll-timeline": true,
    "timeline-trigger": true,
    "timeline-trigger-exit-range": true,
    "timeline-trigger-range": true
  },
  "noHintCount": 461,
  "noHintDesignedCount": 149,
  "noHintDesignedProperties": {
    "animation-delay": true,
    "animation-direction": true,
    "animation-duration": true,
    "animation-fill-mode": true,
    "animation-iteration-count": true,
    "animation-name": true,
    "animation-play-state": true,
    "animation-timing-function": true,
    "background-clip": true,
    "background-color": true,
    "background-image": true,
    "background-origin": true,
    "block-size": true,
    "border-block-end": true,
    "border-block-start": true,
    "border-block-end-color": true,
    "border-block-start-color": true,
    "border-block-end-style": true,
    "border-block-start-style": true,
    "border-block-end-width": true,
    "border-block-start-width": true,
    "border-bottom-color": true,
    "border-bottom-style": true,
    "border-bottom-width": true,
    "border-inline-end": true,
    "border-inline-start": true,
    "border-inline-end-color": true,
    "border-inline-start-color": true,
    "border-inline-end-style": true,
    "border-inline-start-style": true,
    "border-inline-end-width": true,
    "border-inline-start-width": true,
    "border-left-color": true,
    "border-left-style": true,
    "border-left-width": true,
    "border-right-color": true,
    "border-right-style": true,
    "border-right-width": true,
    "border-top-color": true,
    "border-top-style": true,
    "border-top-width": true,
    "clip-path": true,
    "color": true,
    "column-count": true,
    "column-rule-color": true,
    "column-rule-style": true,
    "column-rule-width": true,
    "column-width": true,
    "cursor": true,
    "fallback": true,
    "fill": true,
    "fill-opacity": true,
    "flex-grow": true,
    "flex-shrink": true,
    "flood-color": true,
    "flood-opacity": true,
    "font-variant-caps": true,
    "font-weight": true,
    "grid-auto-columns": true,
    "grid-auto-flow": true,
    "grid-auto-rows": true,
    "inline-size": true,
    "lighting-color": true,
    "margin-block-end": true,
    "margin-block-start": true,
    "margin-inline-end": true,
    "margin-inline-start": true,
    "max-block-size": true,
    "max-inline-size": true,
    "min-block-size": true,
    "min-inline-size": true,
    "negative": true,
    "object-position": true,
    "opacity": true,
    "order": true,
    "orphans": true,
    "outline-offset": true,
    "outline-width": true,
    "pad": true,
    "padding-bottom": true,
    "padding-block-end": true,
    "padding-block-start": true,
    "padding-inline-end": true,
    "padding-inline-start": true,
    "padding-left": true,
    "padding-right": true,
    "padding-top": true,
    "perspective-origin": true,
    "prefix": true,
    "shape-image-threshold": true,
    "shape-margin": true,
    "shape-outside": true,
    "size": true,
    "stop-color": true,
    "stop-opacity": true,
    "stroke": true,
    "stroke-miterlimit": true,
    "stroke-opacity": true,
    "suffix": true,
    "symbols": true,
    "text-decoration-color": true,
    "text-indent": true,
    "widows": true,
    "aspect-ratio": true,
    "border-block": true,
    "border-block-color": true,
    "border-block-style": true,
    "border-block-width": true,
    "border-end-end-radius": true,
    "border-end-start-radius": true,
    "border-inline": true,
    "border-inline-color": true,
    "border-inline-style": true,
    "border-inline-width": true,
    "border-start-end-radius": true,
    "border-start-start-radius": true,
    "corner-bottom-left-shape": true,
    "corner-bottom-right-shape": true,
    "corner-end-end-shape": true,
    "corner-end-start-shape": true,
    "corner-shape": true,
    "corner-start-start-shape": true,
    "corner-start-end-shape": true,
    "corner-top-left-shape": true,
    "corner-top-right-shape": true,
    "gap": true,
    "inset-block-end": true,
    "inset-block-start": true,
    "inset-inline-end": true,
    "inset-inline-start": true,
    "interest-delay": true,
    "offset-distance": true,
    "offset-path": true,
    "place-content": true,
    "place-items": true,
    "place-self": true,
    "position-try": true,
    "position-try-fallbacks": true,
    "reading-order": true,
    "text-box-edge": true,
    "text-box-trim": true,
    "text-emphasis-color": true,
    "text-emphasis-style": true,
    "text-wrap": true,
    "text-wrap-mode": true,
    "white-space-collapse": true,
    "size-adjust": true,
    "initial-value": true,
    "syntax": true
  },
  "noHintTodoCount": 312,
  "noHintTodoProperties": {
    "additive-symbols": true,
    "align-content": true,
    "align-items": true,
    "justify-items": true,
    "justify-self": true,
    "align-self": true,
    "all": true,
    "backface-visibility": true,
    "border": true,
    "border-bottom": true,
    "border-collapse": true,
    "border-image": true,
    "border-image-outset": true,
    "border-image-repeat": true,
    "border-image-slice": true,
    "border-image-source": true,
    "border-image-width": true,
    "border-left": true,
    "border-right": true,
    "border-top": true,
    "bottom": true,
    "box-decoration-break": true,
    "box-shadow": true,
    "box-sizing": true,
    "break-after": true,
    "break-before": true,
    "break-inside": true,
    "caption-side": true,
    "caret-color": true,
    "clear": true,
    "clip-rule": true,
    "color-interpolation-filters": true,
    "column-fill": true,
    "column-gap": true,
    "column-rule": true,
    "columns": true,
    "column-span": true,
    "contain": true,
    "content": true,
    "counter-increment": true,
    "counter-reset": true,
    "direction": true,
    "display": true,
    "empty-cells": true,
    "fill-rule": true,
    "filter": true,
    "flex": true,
    "flex-basis": true,
    "flex-direction": true,
    "flex-flow": true,
    "flex-wrap": true,
    "float": true,
    "font": true,
    "font-family": true,
    "font-feature-settings": true,
    "font-kerning": true,
    "font-language-override": true,
    "font-size": true,
    "font-size-adjust": true,
    "font-style": true,
    "font-synthesis": true,
    "font-variant": true,
    "font-variant-alternates": true,
    "font-variant-east-asian": true,
    "font-variant-ligatures": true,
    "font-variant-numeric": true,
    "font-variant-position": true,
    "grid": true,
    "grid-template-areas": true,
    "grid-template-columns": true,
    "grid-template-rows": true,
    "height": true,
    "hyphens": true,
    "image-orientation": true,
    "image-rendering": true,
    "isolation": true,
    "justify-content": true,
    "left": true,
    "letter-spacing": true,
    "line-break": true,
    "line-height": true,
    "list-style": true,
    "list-style-image": true,
    "list-style-position": true,
    "list-style-type": true,
    "margin-bottom": true,
    "margin-left": true,
    "margin-right": true,
    "margin-top": true,
    "marker": true,
    "marker-end": true,
    "marker-mid": true,
    "marker-start": true,
    "mask-image": true,
    "mask-mode": true,
    "mask-origin": true,
    "mask-position": true,
    "mask-repeat": true,
    "mask-size": true,
    "mask-type": true,
    "max-height": true,
    "max-width": true,
    "min-height": true,
    "min-width": true,
    "mix-blend-mode": true,
    "object-fit": true,
    "outline": true,
    "outline-color": true,
    "outline-style": true,
    "overflow": true,
    "overflow-wrap": true,
    "overflow-x": true,
    "overflow-y": true,
    "paint-order": true,
    "perspective": true,
    "pointer-events": true,
    "position": true,
    "quotes": true,
    "range": true,
    "resize": true,
    "right": true,
    "ruby-align": true,
    "ruby-overhang": true,
    "ruby-position": true,
    "scroll-behavior": true,
    "scroll-snap-type": true,
    "shape-rendering": true,
    "src": true,
    "stroke-dasharray": true,
    "stroke-dashoffset": true,
    "stroke-linecap": true,
    "stroke-linejoin": true,
    "stroke-width": true,
    "system": true,
    "table-layout": true,
    "tab-size": true,
    "text-align": true,
    "text-align-last": true,
    "text-anchor": true,
    "text-decoration": true,
    "text-decoration-line": true,
    "text-decoration-style": true,
    "text-justify": true,
    "text-orientation": true,
    "text-overflow": true,
    "text-rendering": true,
    "text-shadow": true,
    "text-transform": true,
    "text-underline-position": true,
    "top": true,
    "touch-action": true,
    "transform": true,
    "transform-origin": true,
    "transform-style": true,
    "transition-delay": true,
    "transition-duration": true,
    "transition-property": true,
    "transition-timing-function": true,
    "unicode-bidi": true,
    "unicode-range": true,
    "user-select": true,
    "vertical-align": true,
    "visibility": true,
    "width": true,
    "will-change": true,
    "word-break": true,
    "word-spacing": true,
    "word-wrap": true,
    "writing-mode": true,
    "z-index": true,
    "zoom": true,
    "accent-color": true,
    "alignment-baseline": true,
    "anchor-name": true,
    "anchor-scope": true,
    "animation-composition": true,
    "animation-range-end": true,
    "animation-range-start": true,
    "animation-timeline": true,
    "animation-trigger": true,
    "appearance": true,
    "backdrop-filter": true,
    "baseline-shift": true,
    "baseline-source": true,
    "caret": true,
    "caret-animation": true,
    "caret-shape": true,
    "color-scheme": true,
    "column-height": true,
    "column-wrap": true,
    "contain-intrinsic-block-size": true,
    "contain-intrinsic-height": true,
    "contain-intrinsic-inline-size": true,
    "contain-intrinsic-size": true,
    "contain-intrinsic-width": true,
    "container-name": true,
    "container-type": true,
    "content-visibility": true,
    "counter-set": true,
    "cx": true,
    "cy": true,
    "d": true,
    "dominant-baseline": true,
    "dynamic-range-limit": true,
    "field-sizing": true,
    "font-optical-sizing": true,
    "font-palette": true,
    "font-synthesis-small-caps": true,
    "font-synthesis-style": true,
    "font-synthesis-weight": true,
    "font-variant-emoji": true,
    "font-variation-settings": true,
    "forced-color-adjust": true,
    "hanging-punctuation": true,
    "hyphenate-character": true,
    "hyphenate-limit-chars": true,
    "initial-letter": true,
    "interactivity": true,
    "interest-delay-end": true,
    "interest-delay-start": true,
    "line-clamp": true,
    "mask": true,
    "mask-border": true,
    "mask-border-mode": true,
    "mask-border-outset": true,
    "mask-border-repeat": true,
    "mask-border-slice": true,
    "mask-border-source": true,
    "mask-border-width": true,
    "mask-clip": true,
    "mask-composite": true,
    "math-depth": true,
    "math-shift": true,
    "math-style": true,
    "offset": true,
    "offset-anchor": true,
    "offset-position": true,
    "overflow-anchor": true,
    "overflow-block": true,
    "overflow-clip-margin": true,
    "overflow-inline": true,
    "overscroll-behavior": true,
    "overscroll-behavior-block": true,
    "overscroll-behavior-inline": true,
    "overscroll-behavior-x": true,
    "overscroll-behavior-y": true,
    "page": true,
    "position-anchor": true,
    "position-area": true,
    "position-try-order": true,
    "position-visibility": true,
    "print-color-adjust": true,
    "r": true,
    "reading-flow": true,
    "rotate": true,
    "row-gap": true,
    "rx": true,
    "ry": true,
    "scale": true,
    "scroll-marker-group": true,
    "scroll-snap-align": true,
    "scroll-snap-stop": true,
    "scroll-target-group": true,
    "scroll-timeline-axis": true,
    "scroll-timeline-name": true,
    "scrollbar-color": true,
    "scrollbar-gutter": true,
    "scrollbar-width": true,
    "speak-as": true,
    "text-autospace": true,
    "text-box": true,
    "text-combine-upright": true,
    "text-decoration-inset": true,
    "text-decoration-skip-ink": true,
    "text-decoration-thickness": true,
    "text-emphasis": true,
    "text-emphasis-position": true,
    "text-underline-offset": true,
    "text-wrap-style": true,
    "timeline-scope": true,
    "timeline-trigger-name": true,
    "timeline-trigger-exit-range-end": true,
    "timeline-trigger-exit-range-start": true,
    "timeline-trigger-range-end": true,
    "timeline-trigger-range-start": true,
    "timeline-trigger-source": true,
    "transform-box": true,
    "transition-behavior": true,
    "translate": true,
    "trigger-scope": true,
    "vector-effect": true,
    "view-timeline": true,
    "view-timeline-axis": true,
    "view-timeline-inset": true,
    "view-timeline-name": true,
    "view-transition-class": true,
    "view-transition-name": true,
    "white-space": true,
    "x": true,
    "y": true,
    "ascent-override": true,
    "descent-override": true,
    "font-display": true,
    "line-gap-override": true,
    "base-palette": true,
    "override-colors": true,
    "bleed": true,
    "marks": true,
    "page-orientation": true,
    "inherits": true,
    "navigation": true,
    "types": true
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft