nobody-famous / alive

Common Lisp Extension for VSCode
The Unlicense
208 stars 19 forks source link

Feature Request: Support for Cross-referencing #194

Open digikar99 opened 7 months ago

digikar99 commented 7 months ago

Hello, a query came up in r/lisp that might be solved through support for cross-referencing.

From the Alive documentation, I don't see this is supported yet. See https://slime.common-lisp.dev/doc/html/Cross_002dreference.html for the SLIME equivalent.

It'd be great if this could be added!

nobody-famous commented 7 months ago

I do plan on adding this. It got put on the back burner because the SBCL calls are a little weird. I'll need to dig through the swank source and see what they do with it.