RiFi2k / format-html-in-php

Basically this vscode extension uses all your standard configurations for html formatting, and your standard configurations for format on save, etc. It more or less works exactly how vscode should already work as it pertains to HTML in PHP files.
The Unlicense
33 stars 6 forks source link

Extension failure #3

Closed edsonrbispo closed 5 years ago

edsonrbispo commented 6 years ago

It seems legal to its extension, but I installed, but it is not appearing in the list of commands, I have already unplugged and installed again and nothing to appear. My version of vscode is 1.26.1. Could you help me make it work?

RiFi2k commented 6 years ago

So I never actually added a command for this extension, it works when format on save is enabled because it runs onBeforeSave as not to be in the way of a PHP formatting extension.

But this actually should be an enhancement to add just an actual command to use whenever.