Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satabin/scala-tags
tags generator for Scala source code
https://github.com/satabin/scala-tags
Last synced: 11 days ago
JSON representation
tags generator for Scala source code
- Host: GitHub
- URL: https://github.com/satabin/scala-tags
- Owner: satabin
- License: apache-2.0
- Created: 2011-02-01T15:02:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-15T10:47:37.000Z (about 12 years ago)
- Last Synced: 2023-03-11T05:22:29.558Z (almost 2 years ago)
- Language: Scala
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scala-tags
==========Introduction
------------scala-tags is a small [Scala][1] compiler plugin to generate a [tags][2] file for Scala source files.
This tags file may be then used by editors like [vim][3] or [emacs][4].Usage
-----scalac -Xplugin:/path/to/scala-tags.jar -P:scalatags:file= ...
No class files are generated when the plugin is enabled, only the tag file
[1]: http://www.scala-lang.org
[2]: http://ctags.sourceforge.net/
[3]: http://www.vim.org/
[4]: http://www.gnu.org/software/emacs/