Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>html2htpyNew to Visual Studio Code? Get it now.
html2htpy

html2htpy

dunderrrrrr

|
41 installs
| (0) | Free
A vscode extension to convert html to htpy
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🪄 html2htpy vscode extension

This VSCode extension allows you to convert selected HTML text into htpy format using the html2htpy command-line tool. Simply select the HTML code in the editor, run the command, and the extension will replace the selected text with the generated htpy code.

Usage

Install extension from vscode marketplace.

Select the HTML code in the editor, open vscode command palette and search for html2htpy and the extension will replace the selected text with the generated htpy code.

demo

Settings

This extention expects html2htpy to be in your $PATH environment variable. If not, you can specify the full path to the executable in the html2htpy.path vscode setting.

Add this to your settings.json:

{
  "html2htpy.path": "/path/to/html2htpy"
}

Links

  • Visual Studio Marketplace
  • htpy
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft