package mtags
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait MtagsIndexer extends AnyRef
Value Members
- object JavaMtags
-
object
Mtags
Syntactically build a semanticdb index containing only global symbol definition.
Syntactically build a semanticdb index containing only global symbol definition.
The purpose of this module is to provide "Go to definition" from project sources to dependency sources without indexing classfiles or requiring dependencies to publish semanticdbs alongside their artifacts.
One other use-case for this module is to implement "Workspace symbol provider" without any build-tool or compiler integration. "Mtags" name comes from mixing "meta" and "ctags".
- object ScalaMtags