Quick Start: Git for personal use
SVN client over SSH to remote Unix server from Windows
Quick Start Grinder - Part V
Quick Start Grinder - Part IV
Quick Start Grinder - Part III
« Multi-level collections
» Joy of Python: Classes and Dictionaries
There is a new VIM plugin in town. The "Tag List" plugin can be used to efficiently browse through your source files.
I downloaded it, played with it and liked it. The underlying tagger is exuberant Ctags. I started exploring other editors mainly because I didn’t find a tagger for other languages. This Ctags support all languages I use currently.
I think I switch to other editors once in a while for these:
Do you know that when you use ctags in VIM, you have functionality comparable to code completion available with Ctrl-P ?
Maybe not as good as in PythonWin as it does it only based on few letters...
I find myself editing my scripts in VIM but trying out code snippets and importing and running modules using the excellent PyCrust (now part of wxPython).
Hi,
Suppose we call .sql from .sh.How to use ctags using vim.
I know about c files.But how to handle in this context?Can u please help
Like in C files, by pressing ctrl+T i should be able to jump to that sql file from the sh file and ctrl+], i should return to the shell file.Is that possible?