<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ctags on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/ctags/</link>
    <description>Recent content in Ctags on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Fri, 17 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/ctags/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ctags</title>
      <link>https://raveenkumar.com/library/programming/ctags/</link>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/library/programming/ctags/</guid>
      <description>&lt;h2 id=&#34;basics&#34;&gt;Basics&lt;/h2&gt;&#xA;&lt;p&gt;Ctags is a tool that makes it easy to navigate large source code projects. It provides some of the features that you may be used to using in Eclipse or other IDEs, such as the ability to jump from the current source file to definitions of functions and structures in other files.&lt;/p&gt;&#xA;&lt;p&gt;For full info refer this link, &lt;a href=&#34;https://courses.cs.washington.edu/courses/cse451/10au/tutorials/tutorial_ctags.html&#34;&gt;https://courses.cs.washington.edu/courses/cse451/10au/tutorials/tutorial_ctags.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;commands&#34;&gt;Commands&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cd $REPO_ROOT&#xA;ctags -R *&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;In vim&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;:! ctag -R *&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Add the tags file to vimrc&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
