Completions
This commit is contained in:
@@ -16,9 +16,9 @@ var server = await LanguageServer.From(options => options
|
||||
.SetMinimumLevel(LogLevel.Debug))
|
||||
.WithHandler<TextDocumentSyncHandler>()
|
||||
.WithHandler<HoverHandler>()
|
||||
.WithHandler<CompletionHandler>()
|
||||
.OnInitialize((server, request, ct) =>
|
||||
{
|
||||
server.SendNotification("TEST");
|
||||
var workspaceManager = server.GetRequiredService<WorkspaceManager>();
|
||||
|
||||
if (request.RootPath != null)
|
||||
|
||||
Reference in New Issue
Block a user