fast-tags: Fast incremental vi and emacs tags.
Yet another tags program. Like hasktags, it uses its own parser rather than haskell-src or haskell-src-exts, so it's fast. It understands hsc and literate haskell.
In addition, it will load an existing tags file and merge generated tags.
The intent is to bind it to vim's BufWrite autocommand to automatically keep the tags file up to date. This only works for files changed by the editor of course, so there are separate git hooks to update on pulls etc.
With the --fully_qualified flag and a fancy vim function, it can disambiguate tags based on their qualification, even if it's locally renamed. So M.x will find A.B.x if you import A.B as M.
To see the configuration examples, you probably have to get the source via cabal unpack or git clone.
Limitations:
Not using a real haskell parser means there is likely to be dark corners that don't parse right.
Code has to be indented "properly", so brace and semicolon style with strange dedents will probably confuse it.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
profile | add -auto-all | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- fast-tags-2.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 1.0, 1.0.1, 1.1.0, 1.1.1, 1.2, 1.2.1, 1.3, 1.4, 1.4.1, 1.4.2, 1.5.0, 2.0.0, 2.0.1, 2.0.2 |
---|---|
Change log | changelog.md |
Dependencies | array, async (>=2.0.0.0), base (>=3 && <5), bytestring, Cabal, containers, deepseq, directory (>=1.3.0.0), fast-tags, filepath, mtl (>=2.1), text (<0.11.1.12 || >0.11.1.12), transformers, vector, void [details] |
Tested with | ghc ==7.10, ghc ==8.0, ghc ==8.2, ghc ==8.4, ghc ==8.6, ghc ==8.8, ghc ==8.10, ghc ==9.0 |
License | BSD-3-Clause |
Author | Evan Laforge |
Maintainer | Evan Laforge <qdunkan@gmail.com> |
Category | Haskell, Development |
Home page | https://github.com/elaforge/fast-tags |
Source repo | head: git clone git://github.com/elaforge/fast-tags.git |
Uploaded | by EvanLaforge at 2022-06-27T04:31:11Z |
Distributions | NixOS:2.0.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | fast-tags |
Downloads | 14540 total (102 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-06-27 [all 1 reports] |