consolewrap
consolewrap copied to clipboard
Selecting string part of an existing console.* line
Currently when you select a variable that is on an existing console.* line and press the shortcut buttons you expect to get the selected variable in a new console.log above the current line.
Instead it goes through the different console.log/error/info/etc. options for the current line.
Expectation is to do that only when nothing is selected on the current line. When anything is selected it should exhibit the default behavior.