Bug 464981

Summary: All Function Definition, Declaration and Call should be highlighted as specified in the syntax highlight theme.
Product: [Applications] kate Reporter: sussybakalol328
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: wishlist CC: waqar.17a
Priority: NOR    
Version First Reported In: 22.08.1   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Screenshot

Description sussybakalol328 2023-01-29 13:58:46 UTC
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
Comment 1 Waqar Ahmed 2023-01-29 14:22:42 UTC
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.
Comment 2 sussybakalol328 2023-01-29 15:04:33 UTC
Okay, Thanks:)