Difference between revisions of "Ctags"

From Wiki at Neela Nurseries
Jump to: navigation, search
(create new local page "ctags".)
 
m (Add two basic ctags querying commands, found in blog by Eric James Michael Ritz)
 
Line 1: Line 1:
 
Ctags notes
 
Ctags notes
 +
 +
== [[#top|^]] Overview ==
 +
<i>- stub section -</i>
 +
<!-- odne komentar -->
 +
 +
== [[#top|^]] Tutorials ==
 +
Good blog post by Eric James Michael Ritz:
  
 
*  https://ericjmritz.wordpress.com/2014/03/11/teaching-exuberant-ctags-to-support-new-languages/
 
*  https://ericjmritz.wordpress.com/2014/03/11/teaching-exuberant-ctags-to-support-new-languages/
 +
<!-- odne komentar -->
 +
== [[#top|^]] ctags Commands ==
 +
 +
<pre>
 +
1005  ctags --list-maps | less
 +
1006  ctags --list-kinds=all
 +
</pre>
 +
 +
<!-- odne komentar -->

Latest revision as of 19:43, 20 February 2024

Ctags notes

^ Overview

- stub section -

^ Tutorials

Good blog post by Eric James Michael Ritz:

^ ctags Commands

 1005  ctags --list-maps | less
 1006  ctags --list-kinds=all