stevej / sctags
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
sctags /
| name | age | message | |
|---|---|---|---|
| |
.boring | ||
| |
.gitignore | ||
| |
LICENSE.txt | ||
| |
README.textile | ||
| |
README.txt | ||
| |
TODO.textile | ||
| |
ant.properties | ||
| |
ant/ | ||
| |
build.xml | ||
| |
ivy/ | ||
| |
pom.xml | ||
| |
src/ | ||
| |
third-party/ |
README.txt
SCTags will parse scala source code and write a ctags-compatible tags file. = Usage = Windows: sctags.bat [-f file] [-R] <files> Unix: sctags.sh [-f file] [-R] <files> -f file sets the file the tags are written to, default is "tags" (Use "-" for standard output) -R recurse through directories specified on the command line

