quick-preview icon indicating copy to clipboard operation
quick-preview copied to clipboard

Add support for PHP and JavaScript

Open COD3BREAK3R opened this issue 5 years ago • 7 comments

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 avatar Jun 11 '19 14:06 COD3BREAK3R

@COD3BREAK3R Thank you for your advice, i will try to support PHP this weekend :) .

daiyy2009 avatar Jun 12 '19 00:06 daiyy2009

@COD3BREAK3R It maybe not a good idea to support PHP for it is a server side language :(.

daiyy2009 avatar Jul 01 '19 01:07 daiyy2009

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 avatar Jul 01 '19 13:07 COD3BREAK3R

@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 avatar Jul 02 '19 19:07 COD3BREAK3R

@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?

daiyy2009 avatar Jul 17 '19 01:07 daiyy2009

@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 avatar Jul 18 '19 14:07 COD3BREAK3R

@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? Captura de pantalla (1)

COD3BREAK3R avatar Jun 25 '20 18:06 COD3BREAK3R