consolewrap icon indicating copy to clipboard operation
consolewrap copied to clipboard

This plugin helps you to work easily with log statements

Results 5 consolewrap issues
Sort by recently updated
recently updated
newest added

`source.ts.unittest` - typescript unit test ``` "source.ts.unittest": "js" ```

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...

Add the ability to show file path in the generated log. Maybe we could control it via settings such as: ```json "consoleStr": "{path} ~ {title}, {variable}" ```