File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace {
3131// / Set max completion size to this value, we don't want to send large lists
3232// / because of slow IO.
3333// / Items exceed this size should be marked "incomplete" and recomputed.
34- constexpr int MaxCompletionSize = 30 ;
34+ constexpr int MaxCompletionSize = 1000 ;
3535
3636CompletionItemKind OptionKind = CompletionItemKind::Constructor;
3737CompletionItemKind OptionAttrKind = CompletionItemKind::Class;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ using namespace lspserver;
1414
1515namespace {
1616
17- constexpr int MaxItems = 30 ;
17+ constexpr int MaxItems = 1000 ;
1818
1919void fillString (nix::EvalState &State, nix::Value &V,
2020 const std::vector<std::string_view> &AttrPath,
You can’t perform that action at this time.
0 commit comments