Looks like it's *almost* Python-specific:

    table = (
        (f"class {word}", self.do_find_def),
        (f"def {word}", self.do_find_def),
        (f"{word} =", self.do_find_var),
    )

(in @cmd('find-def'))
On Friday, May 12, 2023 at 10:42:10 AM UTC-4 Edward K. Ream wrote:

> On Fri, May 12, 2023 at 7:44 AM Thomas Passin <tbp1...@gmail.com> wrote:
>
>> I'm used to CTRL-clicking on function names, etc, to move directly to 
>> their defs.  I assumed that this would work for basically any programming 
>> language.  But when I just tried it in a javascript code base, nothing 
>> happened for a CTRL-click.
>>
>> Is this capability limited only to Python code?  What are the limitations 
>> I can expect?
>>
>
> I have no idea :-) My guess is the same as yours.
>
> Edward
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/03480ff2-ca84-40ff-ae5d-6086726ee24fn%40googlegroups.com.

Reply via email to