Tomer Steinfeld

Results 46 comments of Tomer Steinfeld

@tourdedave since we know which tabs are opened by the IDE, it is worth checking if we can register the content scripts only with them during runtime. The webextension architecture...

The runner was not designed for these purposes, it will be a major undertaking, my thought was to use the redesigned `side-cli` that we develop for the new electron version,...

Initially I built a js code export, that I then repurposed for a cli runner, since we'd figure if we'd do that we'd have closer results to extension version of...

`go back` is not a command that is currently supported, I've amended the issue to a feature request. Also adding refresh and go forward.

Some commands are "officially" implemented in the IDE, while others may have a fallback (or may not work at all). The ones that have a fallback, for example `goBack` and...

Sounds interesting, but we don't have a way to handle more than one item selected. I'll have to think about it, but it definitely sounds like something we should do.