cl-notebook
cl-notebook copied to clipboard
Local-scope completions
Complete on local-scope symbols (such as those introduced by let, let*, flet, labels, macrolet) at a higher priority than global symbols
This might end up being a front-end, Common Lisp-cell specific thing rather than a back-end call. Something like adding the current cells' local symbols to the completion list after the response comes back from the completions endpoint.