ID + etags > ID || etags
by shaheed • November 22, 2012 • 7 Comments
ID files and TAGS files are generated by GNU idutils and etags respectively. They are often used in coding projects to facilitate looking up, for example, the name of a function, and then visiting where it is defined, etc. In large projects, ID files can be hundres of MB in size, and TAGS files...
Read more →