21
Question about Kate
(programming.dev)
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
If you install the language server for your language, then you can get hints, including function arguments and types, in Kate.
See https://microsoft.github.io/language-server-protocol/implementors/servers/ for a list of server
I'm not familiar with raylib specifically, but generally as long as you have header files (for C) or stubs (for python) you should be able to get completions for library calls.
But it seems like you already know about LSPs from your comment. So I'm not sure exactly what your question is? Do they work?
Thanks for the reply, much appreciated.
I know what an LSP does but I don’t really know how it works so I wasn’t sure if an external library like Raylib would work the same way auto complete and all that would work for a language like C.
Truthfully I only understand this stuff at a very basic level, ya know? I read a bit on LSPs and was kind of getting more confusion than answers lol.
Thanks again!