Support for GNU Guile in the VSCode editor

Installation:
  1. Install the paredit.js node package. You have to take care that the package gets installed to a correct directory so that VSCode can access it. For Linux, use the following commands:
              cd ˜
              npm install https://github.com/rksm/paredit.js
          
  2. Install VSCode extension “Guile Language”
  3. If you have extension “Strict Paredit” installed uninstall it in the VSCode Extensions view.
  4. Install VSCode extension “Strict Paredit with Guile Support”.

If you don't want to use the strict editing mode configure VSCode setting paredit.defaultKeyMap to original or none.

The source codes of the packages can be found at: The VSIX packages of the extensions can be found at

Copyright © 2024-2025 Tommi Höynälänmaa

Last updated November 25, 2025.