Example: Generate tag file all c and header files under current directory.
etags ./*.c ./*.h
After tag file is generated, if you type M-., you can quickly jump to the definition of function on your cursor. If you type M-*, you can go back to the previous position.
etags ./*.c ./*.h
After tag file is generated, if you type M-., you can quickly jump to the definition of function on your cursor. If you type M-*, you can go back to the previous position.
コメント