|
|
|
Description |
A module for CTags integration
|
|
Synopsis |
|
|
|
Documentation |
|
|
Find the location of a tag using the tag table.
Returns a full path and line number
|
|
|
Read in a tag file from the system
|
|
|
Gives all the possible expanded tags that could match a given prefix
|
|
|
Extends the string to the longest certain length
|
|
|
|
|
Constructors | TagTable | | tagFileName :: FilePath | local name of the tag file
TODO: reload if this file is changed
| tagBaseDir :: FilePath | path to the tag file directory
tags are relative to this path
| tagFileMap :: Map Tag (FilePath, Int) | map from tags to files
| tagTrie :: Trie | trie to speed up tag hinting
|
|
| Instances | |
|
|
|
Get the currently registered tag table
|
|
|
Set a new TagTable
|
|
|
Reset the TagTable
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |