<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 17:03:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Matthew Weir O'Phinney's Blog: exuberant ctags with PHP in Vim]]></title>
      <guid>http://www.phpdeveloper.org/news/7202</guid>
      <link>http://www.phpdeveloper.org/news/7202</link>
      <description><![CDATA[<p>
In a <a href="http://weierophinney.net/matthew/archives/134-exuberant-ctags-with-PHP-in-Vim.html">new post</a>, <i>Matthew Weir O'Phinney</i> sharing a handy new tool that he discovered - <a href="http://weierophinney.net/matthew/archives/ctags.sourceforge.net">exuberant ctags</a> - that lets you magically click on a class of function name and move to its declaration.
</p>
<blockquote>
I found <a href="http://weierophinney.net/matthew/archives/ctags.sourceforge.net">exuberant ctags</a>, a library which can be used to generate an index file mapping language objects to source files and the line in the source file where they are declared. Contrary to its name, it's not just for the C language; it currently supports 33 different programming languages, including PHP.
</blockquote>
<p>
He also includes a usage example in <a href="http://weierophinney.net/matthew/archives/134-exuberant-ctags-with-PHP-in-Vim.html">the post</a>, specifically for getting the tool up and working in your Vim installation (via a bash script). Then it's just a matter of issuing a :set command to point at the correct file and you're one keystroke away from the function/class declaration of your choice.
</p>]]></description>
      <pubDate>Thu, 01 Feb 2007 07:17:46 -0600</pubDate>
    </item>
  </channel>
</rss>
