alive-lsp
alive-lsp copied to clipboard
Language Server Protocol implementation for use with the Alive extension
Not so much an issue but curious what your thoughts are on having the lsp function with other editors? Not really saying you need to support that use case directly...
Have just started recently using Alive. Have been enjoying it quite a bit, however I've noticed that the REPL does not change the package when you run (in-package package-name). The...
I'm very new to Common Lisp, so watch out for incorrect/naive assumptions! Following on from this issue about the formatting of conditional clauses in `loop` https://github.com/nobody-famous/alive/issues/130. Just to recap, here's...
Thanks for this extension. This is maybe a low priority issue but I thought I'd log it in case it's a symptom of something worth fixing: The standard function `(y-or-n-p)`...
The following: ``` (in-package :cl-user) (defun infinity () (loop do (progn (print "Hello, World!")) (sleep 1))) (infinity) ``` can be killed using the **Threads** tree view without any issue. It...
Hi, I have isntalled alive as descrided in the installation guide and I can run a server at the port 8006. However, whatever alive command in VSCode I try to...
Running on an Intel Mac with brew's SBCL (2.2.11) I get the above error. The tests fail as well, it can't find 'clue'. I tried installing with roswell too just...
Cannot start LSP on linux, neither on Manjaro nor in Debian-Bulleyes-Docker image. Fails with ERROR
Unfortuantely, I cannot start the LSP server with ALIVE. Not from vscode, nor with the (test) shell scripts that come with the LSP. I came with either version, installing all...
Hi, I'm experimenting with a lisp library called coalton. Sometimes, when I attempt to load a file into the repl, I get a series of warnings. They all have the...