Skip to content
Snippets Groups Projects
Commit 3b2a13e9 authored by Nikolai Kosjar's avatar Nikolai Kosjar Committed by Nikolai Kosjar
Browse files

Clang: Offer snippets in completion


Change-Id: I3d0cce5d408d11998aec024b23d9a218a75df3a3
Task-number: QTCREATORBUG-12935
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@theqtcompany.com>
parent 6a94f7e3
No related branches found
No related tags found
No related merge requests found
......@@ -1061,6 +1061,8 @@ int ClangCompletionAssistProcessor::startCompletionInternal(const QString fileNa
foreach (ClangAssistProposalItem *item, items.values())
m_completions.append(item);
addSnippets();
return m_startPosition;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment