harmsk / atom-html-preview

Atom HTML Live Preview Package
MIT License
174 stars 73 forks source link

Console? #228

Open ghost opened 3 years ago

ghost commented 3 years ago

Javascript Console

How about a javascript console? I would use this if there was one because I hate constantly having to switch to chrome, but I can't code much with this because there isn't a javascript console for debugging :(. Like the one in google chrome so we can debug javascript???

marto1 commented 2 years ago

I looked into it briefly and it Atom has the full blown Inspector included as documented here. The only question then is how to invoke it for the preview.

marto1 commented 2 years ago

Yes, it's possible:

poss

The plugin is a <webview> and webviews support the .openDevTools() method as documented here