Open markkuit opened 8 years ago
Hi, thank you for your interest.
It is possible to work with the devtools from an extension, so the addition is I think possible, but I am not sure it is a good idea to mix devtools features in a plugin that is not particularly related with development.
Maybe splitting the WS communication part to another module so that it can be reused in another plugin seems a better solution. If you are interested in trying to develop the feature, let me know and I will try to split the plugin to make the code reusable.
Thank you!
This looks very interesting, and it actually inspired me of a possible feature/idea. How hard would it be to implement a way to copy to Atom what is done in Chrome? Specifically, I'd enjoy having Chrome Inspector modifications (e.g. CSS) automatically save into the Atom tab when I'm fiddling with web pages.