Yoko: Live coding without really coding.

yoko:-live-coding-without-really-coding.

An animated example of using Yoko to simulate real live coding

Yoko

Yoko is a VSCode extension designed to enhance your live coding sessions, programming tutorials, and teaching experiences.

It allows you to simulate live coding without actually typing any character, making your presentations smoother and more engaging. You only need to focus on audio recording.

Features

  • Simulated Live Coding: Copy and paste code while the extension controls the pace of text appearance.

  • Pause and Resume:
    Easily pause the simulated typing when you need to explain concepts.

  • Undo/Redo Integration: Seamlessly works with VSCode’s built-in undo and redo features.

  • Multi-language Support: Compatible with all programming languages and text files supported by VSCode.

You can also use backspace to delete characters by the last line of your documents but use delete anywhere else to create some effects.

  • Support modifier keys

Yoko doesn’t allow you to press alphabets or numbers but you can still use modifier keys like ctrl, cmd, delete, alt etc., to uncomment, comment, delete, highlight and so on to simulate real experience.

  • Support the filter pan

You can use the filter pan as usual.

Installation

  1. Open Visual Studio Code.
  2. Press Ctrl+P to open the Quick Open dialog.
  3. Type ext install
    codingnninja.yoko
    to find the extension.
  4. Click Install.
  5. Or search for Yoko in VSCode extensions navigation pan.

Usage

  1. Open a file you want to use for your live coding session.

  2. Activate Yoko by pressing Ctrl+Shift+P (or Cmd+Shift+P on macOS) then find and click “Yoko: Teach programming like a PRO”. Alternatively, simply press Ctrl+Shift+c (or Cmd+Shift+c on macOS).

  3. After the content of your editor has disappeared, press spacebar to simulate typing. Yoko will control the pace at which the text appears.

  4. Use backspace to simulate deleting.

We welcome your feedback and suggestions for future improvements!

Thanks for reading 👍🏻.

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
i-tried-5-ai-logo-generators.-here’s-my-favorite

I Tried 5 AI Logo Generators. Here’s My Favorite

Next Post
4-ways-to-improve-digital-marketing-with-donor-data

4 Ways to Improve Digital Marketing With Donor Data

Related Posts
【vb语言】excel中vb宏的应用

【VB语言】EXCEL中VB宏的应用

【VB语言】EXCEL中VB宏的应用 @TOC 前言 1.WPS-VB扩展包 提示:以下是本篇文章正文内容,下面案例可供参考 一、EXCEL-VB 1.实验过程 2.代码 略 二、EXCEL-VB 生成.c.h文件 1.实验过程 2.代码 Private Sub CommandButton1_Click() MsgBox ("hello")…
Read More