Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/