insert console.log with file path and line.
With selection:
- Highlight a variable (or really any text)
- Press Cmd+Shift+L
- The output (on a new line) will be:
console.log('Koca: ', <variable>');
Without selection:
- Press Cmd+Shift+L
- The output (on the same line) will be:
console.log('Koca: ', <cursor>);
remove for:
- remove input filepath
optimize for:
- optimize text show
Fixxed for:
- Fixxed wrap bug
Added support for:
- Insert
console.logwith file path and line - Sync line number before save