-
## Issue description
When writing Rust code, it would be really handy to have ctags for the stdlib. However, rusty-tags, which generates these tags, expects to write its tagfile into the same direc…
-
# Universal Ctags sort call faliure
I ran universal ctags on my python project, on Windows 10, Powershell 7.4.5, and I get the following result
```
Input file specified two times.
ctags.exe: can…
-
Just wanted to echo the issues that @schneiderpy was experiencing in #63 and #64. Upon installing and loading `pkgstats`, I also got this error:
```
Error: package or namespace load failed for ‘pkgs…
-
`#include "/usr/local/include/test.h"`
This is present in one of my source files in /projects
Will ctags go to the include path and get the definition of struct or functions inside it ?
What op…
-
Today, I did `cd citre; git update`. Then, citre didn't work.
I found that `citre-tags-file-alist` is gone.
I have added more than 100 elements on the list...
After some studying the latest citr…
-
Extends the current map `rt` to execute the correct ctags options depending on the filetype.
Base the options on different ctags configuration files suffixed with the filtetype
-
The name of the parser: C++
The command line you used to run ctags:
```
$ ctags
```
The content of input file:
```c++
template concept foo = true;
```
The tags output you are not s…
-
```
$ curl -LO https://github.com/BurntSushi/toml/raw/refs/heads/master/internal/toml-test/tests/invalid/encoding/bad-utf8-at-end.toml
% Total % Received % Xferd Average Speed Time Time …
-
got a very weird bug in easytags, if i create a .ctags or ctags.cnf file in my windows user directory, easytags pops me a error on gvim start.
simply removing the file, and restarting vim fixes the p…
-
## Describe the bug
When in a C file I get completion candidates for functions just fine, but I don't get suggestion for variables.
Here is a small test example. I use the global backend and the …