-
Gtags (https://www.gnu.org/software/global/) are a enhanced version of ctags that provides search references and incremental ctags db updates. It can use universal ctags as a backend, so all languages…
-
*****
The name of the parser:
Python, IPythonCell
The command line you used to run ctags:
```
$ ctags --options=NONE -o - /tmp/a.pyx
```
The content of input file: (extracted from Sag…
-
Macros defined within the boundaries of a Verilog/SystemVerilog scope (module, package, etc) appear "inside" the scope, but - much like in C - macros are a preprocessor thing and aren't scoped, so mar…
-
The name of the parser: clojure
Ctags only supports functions and namespaces in Clojure, lacking e.g. types and variables.
Find the examples of [def](https://clojuredocs.org/clojure.core/def) an…
-
I am using ctags. I have created a .ctags file in the home directory with this content
--recurse=yes
--exclude=\*/.git/\*
--exclude=\*/node_modules/\*
--exclude=\*/build/\*
When I run ctags w…
-
I have the following error:
```
Warning: trying to add too many markers during parsing: (this is a bug, please consider filing an issue)
```
When trying to parse this Typescript file using 'ct…
-
## 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…
-
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…
-
~~~
[yamato@dev64 ~]$ cat /tmp/input.toml
cat /tmp/input.toml
[g]
a = "/"
[m]
b = ""
[yamato@dev64 ~]$ ~/bin/ctags --options=NONE --quiet --sort=no --fields=+ne --extras=+g -o - /tmp/inpu…
-
This is more of a mash note than a GitHub issue. Just wanted to say this project is awesome. I have been trying forever to find a way to install a full emacs without sudo (compiling, nix, etc.), and t…