Skip to content

Extension which console.logs selected text along with string of selected text

Notifications You must be signed in to change notification settings

kevinpmcc/vs-code-console-logger

Repository files navigation

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

About

Extension which console.logs selected text along with string of selected text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published