Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>InlineExecutorNew to Visual Studio Code? Get it now.
InlineExecutor

InlineExecutor

gadsater

|
458 installs
| (0) | Free
Execute code from different languages (currently Python and Javascript) and print the output inline.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

inline-executor README

Execute code from different languages (currently Python and Javascript) and print the output inline.

Ex:

  1. Paste the following code in any saved file.

#p lang: python3, mode: online print("\n".join(["Hello World" for i in range(200)]))

  1. Select the entire code region.

  2. Input Ctrl + Shift + P (In Windows / Linux) or Cmd + Shift + P (in Mac), and type "Execute Code Inline"

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft