Bug 464981 - All Function Definition, Declaration and Call should be highlighted as specified in the syntax highlight theme.
Summary: All Function Definition, Declaration and Call should be highlighted as specif...
Status: RESOLVED NOT A BUG
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: 22.08.1
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-29 13:58 UTC by sussybakalol328
Modified: 2023-01-29 15:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Screenshot (62.58 KB, image/png)
2023-01-29 13:58 UTC, sussybakalol328
Details

Note You need to log in before you can comment on or make changes to this bug.
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:)