Support for GNU Guile in the VSCode editor
Installation:
-
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
-
Install VSCode extension “Guile Language”
-
If you have extension “Strict Paredit” installed uninstall it in
the VSCode Extensions view.
-
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.