VsixCommunity / Community.VisualStudio.Toolkit

Making it easier to write Visual Studio extensions
Other
249 stars 44 forks source link

How can I get all file types that can be opened with VS? #503

Open wmjordan opened 2 weeks ago

wmjordan commented 2 weeks ago

I tried the IFileExtensionRegistryService and IFileToContentTypeService, however, they do not return the complete set of extensions. Some file types are added to the extension registry only when a document of that type is opened. Is there a way to obtain the supported file types?