Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion: ctags and code completion #263

Closed
iahung3 opened this issue Apr 20, 2024 · 1 comment
Closed

Discussion: ctags and code completion #263

iahung3 opened this issue Apr 20, 2024 · 1 comment

Comments

@iahung3
Copy link

iahung3 commented Apr 20, 2024

Geany has supported displaying symbols table and tag-based code completion (not the normal word-based code completion) using tag parser long before Tree-sitter became a thing. What do you think about leveraging ctags?

@SpartanJ
Copy link
Owner

Mhh I think it doesn't make any sense in the LSP era, it's a very basic solution that has no place in 2024 (I have used Geany for many years, ctags were never great). LSP's provided much superior code-completion, so we should strive to have LSP support for every language that has an LSP, so we simply need to add the LSPs to ecode when they are created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants