DEV Community

Kirill Vasiltsov
Kirill Vasiltsov

Posted on • Edited on

2 3

Read CLI command output in VSCode

VSCode can read from stdin. You need to use - flag to do it.

[command] --help | code -
Enter fullscreen mode Exit fullscreen mode

Example:

node --help | code -
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs