Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 958 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 958 Bytes

Console Logger

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.

Console Logger Working

This currently supports Javascript(console.log()) and Ruby (puts).

How To Use

  1. Clone the repo
cd ~/.vscode/extensions && git clone [email protected]:kevinpmcc/vs-code-console-logger.git
  1. Open VS Code
  2. Open a .js or .rb file
  3. Highight an expression you want to output
  4. Cmd+Shift+P
  5. Search for "Console Logger"
  6. You are done!

Features

Requirements

Extension Settings

Known Issues

Release Notes

Users appreciate release notes as you update your extension.

1.0.0