We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c126d7a commit 3c8f4bcCopy full SHA for 3c8f4bc
src/Server/Feature.cpp
@@ -76,6 +76,7 @@ async::Task<json::Value> Server::on_signature_help(proto::SignatureHelpParams pa
76
{
77
/// Set compilation params ... .
78
CompilationParams params;
79
+ params.kind = CompilationUnit::Completion;
80
params.arguments = database.get_command(path, true).arguments;
81
params.add_remapped_file(path, content);
82
params.pch = {pch->path, pch->preamble.size()};
0 commit comments