We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01eeb9c commit fa88d6bCopy full SHA for fa88d6b
lldb/source/Expression/REPL.cpp
@@ -475,7 +475,7 @@ void REPL::IOHandlerComplete(IOHandler &io_handler,
475
// Strip spaces from the line and see if we had only spaces
476
if (request.GetRawLineUntilCursor().trim().empty()) {
477
// Only spaces on this line, so just indent
478
- request.AddCompletion(m_indent_str);
+ request.AddCompletion(m_indent_str, "", CompletionMode::Partial);
479
return;
480
}
481
0 commit comments