cl-notebook icon indicating copy to clipboard operation
cl-notebook copied to clipboard

Local-scope completions

Open inaimathi opened this issue 7 years ago • 1 comments

Complete on local-scope symbols (such as those introduced by let, let*, flet, labels, macrolet) at a higher priority than global symbols

inaimathi avatar Mar 29 '18 13:03 inaimathi

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.

inaimathi avatar Apr 05 '18 15:04 inaimathi