lem-project / lem

Common Lisp editor/IDE with high expansibility
http://lem-project.github.io/
MIT License
2.16k stars 161 forks source link

Make gtags more flexible #809

Open Sasanidas opened 1 year ago

Sasanidas commented 1 year ago

Seems like the tags functionality is quite bound to the C language (even tho it can be used by others).

I think it can be a nice and easy to use alternative when LSP is not available.

There is also this recent and improved implementation of tags Universal CTAGS, that work really well.

Sasanidas commented 1 year ago

The universal team also maintain a nice implementation for GNU Emacs (https://github.com/universal-ctags/citre), so I guess Lem cannot be less :nerd_face: