protobuflab / protobuf-langserver

MIT License
0 stars 1 forks source link

Add support for completion #10

Open NTaylorMullen opened 5 years ago

NTaylorMullen commented 5 years ago

This is a catch-all. @shirhatti you'll need to fill in the scope of what type of completions you want to have in scope for the hackathon. Either way we should probably follow a similar pattern to Razor's completion facts so we can work on multiple completion providers simultaneously:

https://github.com/aspnet/AspNetCore-Tooling/blob/master/src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Completion/DefaultRazorCompletionFactsService.cs#L16-L27