[kate] [Bug 473425] LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-18 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=473425 --- Comment #5 from Christoph Cullmann --- I think in the patch below one sees that the handling is in there libclang based backend https://codereview.qt-project.org/c/qt-creator/qt-creator/+/227189 -- You are receiving this mail because: You are

[kate] [Bug 473425] LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=473425 --- Comment #4 from Ahmad Samir --- (In reply to Waqar Ahmed from comment #3) > clangd provides AST in an xml like format which you can use to get more info > about the current file and maybe do some extra operations on it. Maybe > that's how qtcreator

[kate] [Bug 473425] LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-18 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=473425 Waqar Ahmed changed: What|Removed |Added CC||waqar@gmail.com --- Comment #3 from Waqar

[kate] [Bug 473425] LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=473425 --- Comment #2 from Ahmad Samir --- I see; I thought since Qt Creator has switched to clangd (instead of libclang backend) that this works with clangd too; perhaps they have another way of listing references to methods wrapped in SIGNAL/SLOT. Sorry

[kate] [Bug 473425] LSP doesn't detect methods used in SIGNAL()/SLOT() macros when searching for references

2023-08-17 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=473425 Christoph Cullmann changed: What|Removed |Added Status|REPORTED|RESOLVED CC|