Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.76 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.76 KB

AH Formatter CSS Extension Properties

VS Code extension that provides auto-completion and hover information in CSS files for AH Formatter extension CSS properties.

The extension can be enabled globally or for individual workspaces.

This extension uses vscode-custom-data format and the contributes.css.customData Contribution Point.

ahformatter-vscode-css-en version numbers correspond to the AH Formatter version current at the time of the release.

Install

You can install the extension in the following ways:

Demo

demo

Reference material

The hover information can include four types of links to reference material:

  • AH Formatter manual - Link to property definition in the AH Formatter manual
  • XSL 1.1 - Link to the definition of an XSL 1.1 property. Only present for a mirror of an unextended XSL-FO property.
  • Introduction to CSS for Paged Media - Link to property information in Introduction to CSS for Paged Media book
  • Title (FO) - Link to PDF sample that shows the property in use. The PDF is formatted from XSL-FO source, but the property's usage is the same.

License

MIT