icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.41k stars 348 forks source link

Syntax check, debugging ... #983

Open Entretoize opened 3 years ago

Entretoize commented 3 years ago

I just discovered ICEcoder and it's very cool, however I was wondering if there's any syntax check feature or plugin, especially for php ? It would be easy to use shell to check edited file syntax on the fly. Also is there an option to use xdebug in the editor, it will be perfect, I already a small c++ "xdebugger" maybe I could port it as a php plugin for ICE...

mattpass commented 3 years ago

@Entretoize there's no syntax check feature or plugin right now - it's possible to write one but it'd take a small while. Same for xdebug - doable but not something I can focus on right now.

Would be interested to see a plugin if you happen to make one.