Format HTML in PHP 👍
Formatting for the HTML code in PHP files.
HOT KEY: Ctrl + Alt + F
This extension provides formatting for the HTML code in PHP files. This way this works is this extension runs right before the save action which triggers any other registered PHP formatting extensions so you are free to have one and this will not get in the way or block it.
Supported Features
- Uses VSCode configurations for HTML formatting
- Uses VSCode format on save setting
- Custom keybinding for anytime formatting
- Right click context menu option on PHP files
- Command Palette option for formatting
There are multiple issues and Stackoverflow posts about not being able to format the HTML in PHP files and none of the solutions proposed anywhere really worked 100% so I decided to fix it.
반응형
'코딩 | 개념 정리 > PHP' 카테고리의 다른 글
[PHP] XAMPP MySQL 접속 에러 해결 (0) | 2022.06.19 |
---|---|
[PHP] 서버 시간 변경 (2) | 2022.06.12 |
[PHP] VS Code에서 Live server로 PHP reload 설정하기 (2) | 2022.06.01 |
[스크랩] [PHP] 조건문 if, switch, ? 연산자 사용법 (0) | 2021.01.28 |
Xampp에서 mysql port 변경시 설정 (0) | 2020.12.30 |