Overview Version History Q & A Rating & Review
IltoHtml - Cadence SKILL Language Support
IltoHtml is a Visual Studio Code extension that provides language support for Cadence SKILL, including syntax highlighting and the ability to convert SKILL code to HTML with syntax highlighting using the Shiki library.
Features
Syntax Highlighting : Supports Cadence SKILL files (.il
, .skl
) with custom syntax highlighting.
Convert to HTML : Convert SKILL code to HTML with syntax highlighting using the Convert SKILL to HTML
command.
Easy integration with Cadence SKILL workflows for IC design.
Requirements
Visual Studio Code version 1.104.0 or higher.
No additional dependencies are required for basic usage.
Installation
Install the extension via VS Code Marketplace or by loading the .vsix
file.
Open a .il
or .skl
file to activate syntax highlighting.
Use the command Convert SKILL to HTML
(Ctrl+Shift+P, then select "Convert SKILL to HTML") to generate HTML output.
Usage
Open a Cadence SKILL file (.il
or .skl
).
Run the command Convert SKILL to HTML
to generate highlighted HTML code.
The HTML output is copied to your clipboard (or saved to a file, depending on implementation).
Extension Settings
This extension contributes the following commands:
hoangkhoipcb.skill.iltohtml
: Converts the current SKILL code to HTML.
Known Issues
Custom grammar for Cadence SKILL is basic and may need further refinement for complex codebases.
Contact the developer for feedback or contributions.
Contributing
Contributions are welcome! Please fork the repository at [GitHub link, if available] and submit a pull request.
License
MIT License
Created by hoangkhoipcb[hoangkhoipcb@gmail.com]