Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54784 > unrolled thread

Re: python IDE and function definition

Started byBen Finney <ben+python@benfinney.id.au>
First post2013-09-26 17:02 +1000
Last post2013-09-26 17:02 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: python IDE and function definition Ben Finney <ben+python@benfinney.id.au> - 2013-09-26 17:02 +1000

#54784 — Re: python IDE and function definition

FromBen Finney <ben+python@benfinney.id.au>
Date2013-09-26 17:02 +1000
SubjectRe: python IDE and function definition
Message-ID<mailman.338.1380178971.18130.python-list@python.org>
Chris Friesen <cbf123@mail.usask.ca> writes:

> I'm running into issues where my current IDE (I'm playing with Komodo)
> can't seem to locate the definition, I suspect because it's too
> ambiguous.

The feature you're looking for – to start from the statement where a
function is called, then jump to the statement where that function is
defined – is implemented via “tags” across many languages and tools.

One very popular implementation is “Exuberant Ctags”. You can choose
from the tools <URL:http://ctags.sourceforge.net/tools.html> that
support that system, and continue using the same system when you switch
to a different language or a different tool.

> So rather than give up, I'd like to have my IDE suggest all possible
> answers.

Good luck to you in learning a development environment that is *not*
tied to the particular programming language you're writing.

-- 
 \          “… a Microsoft Certified System Engineer is to information |
  `\     technology as a McDonalds Certified Food Specialist is to the |
_o__)                               culinary arts.” —Michael Bacarella |
Ben Finney

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web