John Hilts
John Hilts
I think you can do it with a combination of `bike:property` and `bike:invoke`. Here's what I did: ```c# using System; namespace MyNamespace { public class InnerClass { public string GetInfo()...
Didn't know about `dnaref` - very handy :) ```lisp (dnaref (invoke (invoke 'Enumerable 'Range 1 10) 'ToArray) 1) ``` => 2
Were you able to find a solution for this? I also have this same problem, even when using a tunnel over ssh as per the slime manual: https://slime.common-lisp.dev/doc/html/Setting-up-Emacs.html
I'm using the default 4005. Actually, I can avoid the "polling" issue if I use slime-connect (as per the manual) instead of just slime (as per other sources) I can...
Right, but even when using slime-connect I'm not able to jump to a definition with M-. and I can't compile a file with C-c C-k. Any ideas?
alright ... thank you for replying anyway, and keep up the good work 👍