Re: cscope like source code navigation for python code

2010-08-08 Thread Gelonida
On 08/08/2010 01:42 AM, Tim Harig wrote: On 2010-08-07, Gelonida gelon...@gmail.com wrote: I'm using g?vim and its c-scope plugin for browsing C-code. What would be a good way of navigating larger python projects with vim? ctags: http://ctags.sourceforge.net/ Thanks Tim. This looks

Re: cscope like source code navigation for python code

2010-08-08 Thread Thomas Jollans
On 08/07/2010 07:53 PM, Gelonida wrote: Hi, I'm using g?vim and its c-scope plugin for browsing C-code. What would be a good way of navigating larger python projects with vim? thanks for any suggestions http://pypi.python.org/pypi/pycscope/0.2 Looks like an option --

Re: cscope like source code navigation for python code

2010-08-08 Thread Tim Harig
On 2010-08-08, Gelonida gelon...@gmail.com wrote: On 08/08/2010 01:42 AM, Tim Harig wrote: On 2010-08-07, Gelonida gelon...@gmail.com wrote: I'm using g?vim and its c-scope plugin for browsing C-code. What would be a good way of navigating larger python projects with vim? ctags:

Re: cscope like source code navigation for python code

2010-08-08 Thread Gelonida
Hi Thomas, On 08/08/2010 01:27 PM, Thomas Jollans wrote: On 08/07/2010 07:53 PM, Gelonida wrote: Hi, I'm using g?vim and its c-scope plugin for browsing C-code. What would be a good way of navigating larger python projects with vim? thanks for any suggestions

Re: cscope like source code navigation for python code

2010-08-08 Thread Kenny Meyer
Gelonida (gelon...@gmail.com) wrote: Hi Thomas, On 08/08/2010 01:27 PM, Thomas Jollans wrote: On 08/07/2010 07:53 PM, Gelonida wrote: Hi, I'm using g?vim and its c-scope plugin for browsing C-code. What would be a good way of navigating larger python projects with vim? thanks

cscope like source code navigation for python code

2010-08-07 Thread Gelonida
Hi, I'm using g?vim and its c-scope plugin for browsing C-code. What would be a good way of navigating larger python projects with vim? thanks for any suggestions -- http://mail.python.org/mailman/listinfo/python-list

Re: cscope like source code navigation for python code

2010-08-07 Thread Tim Harig
On 2010-08-07, Gelonida gelon...@gmail.com wrote: I'm using g?vim and its c-scope plugin for browsing C-code. What would be a good way of navigating larger python projects with vim? ctags: http://ctags.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list