Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>rodemNew to Visual Studio Code? Get it now.
rodem

rodem

n9d

|
82 installs
| (0) | Free
Run the code on preformatted text in markdown.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rodem

Run the code on preformatted text in markdown.

babel-like extension in Markdown(.md).

babel is org-mode extention in emacs.

execute code in markdown on vscode.

Features

execute code in Markdown

write code

test screenshot

Press F5 or Ctrl-P -> Rodem: execute code to execute

test screenshot

default laungage

  • javascript(js) -> node
  • typescript(ts) -> ts-node
  • ruby(rb) -> ruby
  • bash(sh) -> bash
  • python(py) -> python

Experimental function

  • rails(rails) -> rails console
  • django(django) -> python manage.py shell
  • django extension(django+) -> python manage.py shell_plus

Requirements

none

Extension Settings

if you would like to add language to this extension, edit rodem.lang in settings.json.

ex:

    "rodem.lang": {
        "sh": "bash",
        "bash":"bash",
        "zsh":"zsh",
    }

Release Notes

0.1

Initial release of Rodem

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