Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Index code using etags, ctags or gtags.

License

NotificationsYou must be signed in to change notification settings

sanel/lein-codeindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Index your Clojure and Java project code with all dependencies usingetags,ctags orgtags.

In short, thisLeiningen plugin allows you toeasily index the code and find any function, variable or namespacedefinition used through the code from editors like Emacs, Vim, SublimeText andmany more.

Prerequisites

Make sure you have installedetags (comes with Emacs),ctags(distributed usually with Vim) orgtags (comes withGNU Global).

Usage

To enablelein-codeindex for your project, put

latest-version

into the:plugins vector of your project.clj. If you'd like toenable it globally for every project, put it in$HOME/.lein/profiles.clj.

To run it, use:

$ lein codeindex

This will generate Emacs compatible tags usingetags.

If you'd like to usectags and generate Vi/Vim compatible tags, use:

$ lein codeindex --vim

or

$ lein codeindex --ctags --vim

To generate Emacs tags usingctags, use:

$ lein codeindex --ctags

To see other options, run:

$ lein help codeindex

License

Copyright © 2018 Sanel Zukan

Distributed under the Eclipse Public License either version 1.0 or (atyour option) any later version.


[8]ページ先頭

©2009-2025 Movatter.jp