This is the README for the vs code extension "Console Logger".
While debuggers are great I'm still a big fan of the humble console.log. This is a small vs code extension that will turn. Highlight the code you want logged, hit Cmd+Shift+P, choose Console Logger and it runs.
This currently supports Javascript(console.log()) and Ruby (puts).
- Clone the repo
cd ~/.vscode/extensions && git clone [email protected]:kevinpmcc/vs-code-console-logger.git
- Open VS Code
- Open a .js or .rb file
- Highight an expression you want to output
- Cmd+Shift+P
- Search for "Console Logger"
- You are done!
Users appreciate release notes as you update your extension.