tagref
tagref copied to clipboard
Tagref helps you manage cross-references in your code.
A subcommand to generate a [ctags file](https://en.wikipedia.org/wiki/Ctags) would give a lightweight and editor-agnostic way to jump-to-definition. I imagine the simplest possible implementation would collect tags, and then write them in...
I have the following snippet of code in my project: ```rust files: &mut [file::File], ``` `tagref check` yields: ``` Error when validating [file::File] @ ./src/plan.rs:68: No such file or directory...
**Description** I use file and dir sigils a lot as a way to check that I update all path references whenever I move a file or dir that some other...
**Description** I have a `.gitignore` file at the root of my home repository and `tagref` will erroneously apply its rules in any git repository in my account. **Instructions to reproduce...