MCPcopy Create free account
hub / github.com/MaskRay/ccls / CodeLensOptions

Class CodeLensOptions

src/messages/initialize.cc:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 std::vector<const char *> codeActionKinds = {"quickfix"};
117 } codeActionProvider;
118 struct CodeLensOptions {
119 bool resolveProvider = false;
120 } codeLensProvider;
121 bool documentFormattingProvider = true;
122 bool documentRangeFormattingProvider = true;
123 Config::ServerCap::DocumentOnTypeFormattingOptions documentOnTypeFormattingProvider;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected