consolewrap
consolewrap copied to clipboard
This plugin helps you to work easily with log statements
`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}" ```