Files
dotfiles/ctags-ls
Ivar Fatland 2fea6fe116 kinda sorta
2026-04-30 15:49:45 +02:00
..
2026-04-30 15:49:45 +02:00
2026-04-29 22:42:34 +02:00
2026-04-29 22:42:34 +02:00
2026-04-29 22:42:34 +02:00
2026-04-29 22:42:34 +02:00

language server for ctags

Initial version is written in python.

The goal of this is for the language server to detect changes in a ctags file in the pwd, and update the internal representation of the code based on that.

No automatic calling of ctags, the user is responsible for keeping it updated as and when they like.

Hope to sort all possible go to definitions somewhat intelligently based on the current path of the file.

Fuzzy completions?

Built with pygls.