Le 26/01/2014 13:10, Enrico Tröger a écrit :
On 09/01/14 23:00, Enrico Tröger wrote:
On 09/01/14 21:57, Johann SAUNIER wrote:
Hi all,
Code navigation in Python language is a pain due to the fact that the action "go to symbol definition" on classes or methods don't go to the actual definition, but rather heads to the import line at the top of the file. I am a bit surprised that no one complains about that...
[...]
I had another look at the problem and actually found quite a good solution.
Attached are two patches to address this. The first patch is just a requirement, the second one the actual fix.
[...]
@Colomban: are you fine with this new category? Then I would commit the changes.
Yeah sure. It's a bit of a hack, but it may be better than a python-specific code path in goto_tag(), so sure, go ahead.
Regards, Colomban