quick-preview
quick-preview copied to clipboard
Add support for PHP and JavaScript
First of all, thank you very much for creating this incredible extension, it is the extenisón that most resembles the preview of brackets because it shows the changes in the html and the css without having to save and this is super great. But I would like to suggest what next to create the perfect and definite extension of live view
Please if you could add that support PHP and JavaScript would be super great and if you already correct the errors that it gives when previewing certain CSS properties as for example that the background property does not recognize it and does not add its properties to the live view, it would be cool. Thanks for this incredible extension
@COD3BREAK3R Thank you for your advice, i will try to support PHP this weekend :) .
@COD3BREAK3R It maybe not a good idea to support PHP for it is a server side language :(.
It maybe not a good idea to support PHP for it is a server side language :(.
@daiyy2009 It is very complicated to add PHP support? I would have liked it to be possible. :(
@COD3BREAK3R It maybe not a good idea to support PHP for it is a server side language :(.
@daiyy2009
Some CSS tags do not work, for example: the Color tag or the Margin and Padding tags
In my case the margin and padding tags were inside a * {} and the color label referring to the body. This would be important to correct.
@COD3BREAK3R Thank you for your issue, i have fixed the body color problem. See https://github.com/daiyy2009/quick-preview/commit/69dcf6cc119fc6c6963ecfa26603bcd2d6cbb539
The margin and padding works well with my test, so can you show me the code?
@COD3BREAK3R Thank you for your issue, i have fixed the body color problem. See 69dcf6c
The margin and padding works well with my test, so can you show me the code?
thanks, when I can I'll send you the code capture
@COD3BREAK3R Thank you for your issue, i have fixed the body color problem. See 69dcf6c
The margin and padding works well with my test, so can you show me the code?