LSP: Collect usages of the symbol under cursor

Fixes: QTCREATORBUG-21577
Change-Id: I2bc6a0ac094eb74f802f5fe77a6eab2c82cbbbbf
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2018-11-28 08:16:19 +01:00
parent fb73d1764c
commit d14490d302
5 changed files with 126 additions and 10 deletions

View File

@@ -89,6 +89,7 @@ private:
void documentWillSave(Core::IDocument *document);
void findLinkAt(const Utils::FileName &filePath, const QTextCursor &cursor,
Utils::ProcessLinkCallback callback);
void findUsages(const Utils::FileName &filePath, const QTextCursor &cursor);
void projectAdded(ProjectExplorer::Project *project);
void projectRemoved(ProjectExplorer::Project *project);