microsoft / VSSDK-Extensibility-Samples

Samples for building your own Visual Studio extensions
http://aka.ms/extendvs
MIT License
1.22k stars 452 forks source link

Async completion #289

Open phil1234567891011 opened 8 months ago

phil1234567891011 commented 8 months ago

Hi,

I need to implement a call to a server to get the completion list

the provided example uses a catalog, so I don't really see how async is this example what if the catalog is not there and must be provided on each key press in the code editor ?

thanks