emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generalizing find-definition


From: Jorgen Schaefer
Subject: Re: Generalizing find-definition
Date: Tue, 4 Nov 2014 08:41:08 +0100

On Tue, 4 Nov 2014 09:52:28 +0700
Yuri Khan <address@hidden> wrote:

> On Tue, Nov 4, 2014 at 2:55 AM, Jorgen Schaefer <address@hidden>
> wrote:
> 
> > Consider a piece of code like this:
> >
> >     from foo import Foo
> >
> >     bar = Foo()
> >     bar.baz_|_
> >
> > [...]
>
> How are you solving (or going to solve) the problem of dynamic/duck
> typing?

Using the Jedi or Rope libraries. They try to guess the identifier at
point (in the example above they can, in your example they can't).

You can try this already today using e.g. Elpy:

https://github.com/jorgenschaefer/elpy

In Elpy, M-. already works as described here.

Regards,
Jorgen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]