Created attachment 155760 [details] Screenshot All Function Definition, Declaration and Call should be highlighted as specified in the syntax highlight theme. Currently, functions from QT and standard library get highlighted. SOFTWARE/OS VERSIONS Windows: 10 22H2 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.5
0. Upgrade Kate to latest version 1. Install clangd from https://github.com/clangd/clangd/releases 2. Enable LSP Plugin in the settings 3. Enable "Semantic Highlighting" in LSP, that should color the functions correctly. This is unlikely to get fixed in syntax-highlighting as its hard for our syntax-highlighting library to do this correctly in all cases.
Okay, Thanks:)