I am trying to use ctags with my python project, but I ran into a problem that ctags recognizes import strings as definitions. I found a tip to add a line:
- Python type = -iv
into my ~ / .ctags file. However, I am doing this from a Windows computer and cannot find the equivalent of the .ctags file. I tried looking in my $ HOME directory as well as in my ctags directory. I tried to solve this problem, but I had no luck.
This is the file I need to create, and if so, where to put it? In the same directory as the tag file I am creating?
source share