You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: