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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: