Wilfred / emacs-refactor

language-specific refactoring in Emacs
GNU General Public License v3.0
348 stars 27 forks source link

feat: add js2-log-this to menu if point is on var node #51

Closed Fuco1 closed 5 years ago

Fuco1 commented 5 years ago

js2-log-this can "do the right thing" if the point is at a node which is representing a variable.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 58.864% when pulling 338260f7125f50acdbdfbbcee2310d7965720e07 on Fuco1:feat/js2-log-this-on-var-node into 73a7b2ea2db4ee6327e788f7462da9e107e5082f on Wilfred:master.

Wilfred commented 5 years ago

I'm a little reluctant about using ignore-errors and a private function from another package, but together they can't do any harm :)