You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Install [cl-lsp](https://github.com/ailisp/cl-lsp), above two is required because original package doesn't have readline support in prepl.
14
+
-`ros install ailisp/linedit`
15
+
-`ros install ailisp/prepl`
16
+
-`ros install ailisp/cl-lsp`
14
17
- (Recommend) Install [strict-paredit-vscode](https://github.com/ailisp/strict-paredit-vscode): `ext install ailisp.strict-paredit`, which provides best parens edit experience close to Emacs.
15
18
16
19
## Known Issues
17
20
18
-
- REPL without readline (fix exist in pending PR)
19
21
- No debugger, but planned to come soon.
20
22
21
23
## Credits
@@ -25,6 +27,11 @@ Common Lisp Editing Extension for vscode
25
27
26
28
Users appreciate release notes as you update your extension.
27
29
30
+
### 0.2.0
31
+
32
+
- support readline editing (arrow key works, history, etc.) in repl
33
+
- default keybinding to eva (Ctrl+Enter) and to start REPL (Ctrl+Shift+Enter)
34
+
28
35
### 0.1.1
29
36
30
37
- Support open multiple commonlisp-vscode in multiple vscode window
0 commit comments