Skip to content

Commit 44ce417

Browse files
committed
recommend sbcl to jump to definition in sbcl source
1 parent 9a180a7 commit 44ce417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Common Lisp Editing Extension for vscode
1515
- `ros install ailisp/prepl`
1616
- `ros install ailisp/cl-lsp`
1717
- (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.
18+
- (Recommend) Use sbcl instead of sbcl_bin in roswell, to get go to definition with symbols in `common-lisp` package:
19+
- `ros install sbcl`
20+
- `ros use sbcl`
1821

1922
## Known Issues
2023

0 commit comments

Comments
 (0)