https://bugs.kde.org/show_bug.cgi?id=491984

--- Comment #3 from Sven Brauch <m...@svenbrauch.de> ---
KDevelop's code navigation does not work without semantic analysis. It is based
on the results of that analysis.

Without having looked, I guess it would be possible with low to medium effort
to make Kate's LSP plugin loadable in KDevelop. It will however not integrate
into its source navigation, navigation tooltip etc features, because that is a
completely different architecture which predates the existence and concept of
LSP by many years. KDevelop has a code databse in-process which is filled and
queried by its language support plugins. Moving that out of process or mapping
it to LSP is probably impossible, practically speaking.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to